HANDLE osGetTaskHandle(void);
Returns the handle of the currently executing task.
This function retrieves the handle of the calling task.
This function is available only when the OS_GET_TASK_HANDLE_FUNC constant is set to 1. If this function is not required by the application, it can be disabled to reduce the memory footprint of the output code.
| Version: | 1.0 |
|---|---|
| Header file: | OS_Task.h (include OS_API.h) |
| See also: | HANDLE, OS_GET_TASK_HANDLE_FUNC, tasks |