|
GetCurrentThreadId returns the thread identifier of the calling thread.
Syntax
DWORD GetCurrentThreadId(VOID);
Parameters
This function has no parameters.
Return Values
The thread identifier of the calling thread
Remarks
Until the thread terminates, the thread identifier uniquely identifies the thread throughout the system.
Requirements
Library | Rtx_Rtss.lib |
See Also: