Debugging Tools for Windows |
The GetThreadIdBySystemId method returns the engine thread ID for the specified thread. The thread is specified by its system thread ID.
HRESULT
IDebugSystemObjects::GetThreadIdBySystemId(
IN ULONG SysId,
OUT PULONG Id
);
This method may also return other error values. See Return Values for more details.
GetThreadIdBySystemId is available in all versions of IDebugSystemObjects.
This method is only available in user-mode debugging.
For more information about threads, see Threads and Processes.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.