Retrieves the thread identifier of the specified thread.
DWORD GetThreadId( HANDLE Thread );
int GetThreadId(int Thread) => _GetThreadId(Thread);