Returns an operating-system-dependent identifier associated with the thread.

HRESULT GetSystemThreadId(
   DWORD*  dwThreadId
);

Parameters

dwThreadId

[out] An operating-system-dependent identifier associated with the thread.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also