Home |
RTKernel-32 Programming Manual Function RTKSetUserData |
Function RTKSetUserDataA task's user data entry can be set to a specific value with the following function call: void RTKSetUserData(RTKTaskHandle Handle, int Index, void * UserData); ParametersHandleHandle of the task for which to set user data. IndexMust be a value returned by RTKAllocUserdata. UserDataIs stored in the TCB of the task referred to by parameter Handle and can be retrieved later using RTKGetUserData or RTKGetLocalData.
|