GetCurrentThreadId (Windows CE 5.0)
This function returns the thread identifier, which is used as a handle of the calling thread.
DWORDGetCurrentThreadId(void);
Parameters
None.
Return Values
The thread identifier of the calling thread indicates success.
Remarks
Until the thread terminates, the thread identifier uniquely identifies the thread throughout the system. This identifier is also the handle of the thread.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Kfuncs.h.
Link Library: Coredll.lib.
See Also
Send Feedback on this topic to the authors