osGetTaskHandle function
Declaration:
HANDLE osGetTaskHandle(void);
Return value:

Returns the handle of the currently executing task.

Description:

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
SpaceShadow documentation