IDebugSystemObjects3::GetCurrentSystemId method (dbgeng.h)

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

Syntax

HRESULT GetCurrentSystemId(
  [out] PULONG Id
);

Parameters

[out] Id

Receives the engine target ID.

Return value

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

Return code Description
S_OK
The method was successful.

Requirements

Requirement Value
Target Platform Desktop
Header dbgeng.h (include Dbgeng.h)

See also

Debugging Session and Execution Model

IDebugSystemObjects3

IDebugSystemObjects4