Home |
RTKernel-32 Programming Manual Function RTKNextTask |
Function RTKNextTaskRTKNextTask returns the task handle of the next task in RTKernel-32's task list: RTKTaskHandle RTKNextTask(RTKTaskHandle T); ParametersTTask handle returned by a previous call of RTKFirstTask or RTKNextTask. return valueTask handle of the task following T, or RTK_NO_TASK, if T specifies the last task.
|