simAuxiliaryConsoleClose

Closes an auxiliary console window

C++ synopsis

int simAuxiliaryConsoleClose(int consoleHandle)

Arguments

  • consoleHandle: handle of the console window, previously returned by simAuxiliaryConsoleOpen

Return

  • -1 if operation was not successful. 0 if the console doesn't exist (anymore), in which case no error is generated. 1 if the console window was closed.


See also: