tfKernelGetCurrentTaskId
Table of Contents >> Programmer's Reference
| #include <trsocket.h> |
| void tfKernelGetCurrentTaskId | (ttUserGenericUnionPtr taskIdPtr); |
Function Description
The user must write this function to make use of their specific operating system. This function stores the task ID of the currently running task in taskIdPtr.
Parameters
- taskIdPtr
- A pointer to a ttUserGenericUnionPtr into which the task ID is stored.