GetThreadId function kernel32

int GetThreadId(
  1. int Thread
)

Retrieves the thread identifier of the specified thread.

DWORD GetThreadId(
  HANDLE Thread
);

Implementation

int GetThreadId(int Thread) => _GetThreadId(Thread);