GetCurrentThreadId

  DWORD GetCurrentThreadId(VOID)    

The GetCurrentThreadId returns the current thread ID.

Parameters

This function has no parameters.

Return Value

The return value is the thread ID of the currently running thread.

See Also

GetCurrentThread