Debugging Tools for Windows

GetCurrentSystemId

The GetCurrentSystemId method returns the engine target ID for the current process.

HRESULT
  IDebugSystemObjects3::GetCurrentSystemId(
    OUT PULONG  Id
    );

Parameters

Id
Receives the engine target ID.

Return Value

S_OK
The method was successful.

This method may also return error values. See Return Values for more details.

Interface Version

GetCurrentSystemId is available in IDebugSystemObjects3 and later versions.

Requirements

Headers: Defined in Dbgeng.h. Include Dbgeng.h.

See Also

Debugging Session and Execution Model

Build machine: CAPEBUILD