![]() |
Home |
|
Function RTKWin32ToRTKHandleFor On Time RTOS-32 applications, RTKernel-32 supplies this function to translate a Win32 thread handle to an RTKernel-32 task handle: RTKTaskHandle RTKWin32ToRTKHandle(HANDLE H); ParametersHWin32 thread handle to translate to an RTKernel-32 task handle. return valueIf H is a valid Win32 handle referencing an existing task, the function will return the desired RTKernel-32 task handle. Otherwise, the returned value is RTK_NO_TASK.
|