![]() |
Home |
|
Function RTKInitializedThis function can be used to enquire if RTKernelInit has been called or RTKernel-32's exit handler has shut down the kernel: RTKBool RTKInitialized(void); The function returns TRUE between the first call to RTKernelInit and the execution of RTKernel-32' exit handler (usually executed by calling exit()) and FALSE otherwise.
|