![]() |
Home |
|
Function RTKExitRTKExit terminates the application using the Exit Task, if one has been started: void RTKExit(int ExitCode); ParametersExitCodeThe exit code of the program. If an Exit Task created through RTKInstallExitTask is present, RTKExit will send a message to it and the Exit Task will terminate the program through a call of C/C++ run-time system function exit(). If no Exit Task is present, RTKExit() merely calls exit().
|