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