VOID FatalExit(nExitCode) | |||||
int nExitCode; | /* error code | */ |
The FatalExit function transfers execution control to the debugger. The behavior thereafter is specific to the debugger being used.
An application should call this function only for debugging purposes; it should not call the function in a retail version of the application. Calling this function in the retail version will terminate the application.
nExitCode
Specifies the error code associated with this exit.
This function does not return a value.
The FatalExit function is for debugging only.
FatalAppExit