IDebugSystemObjects4::GetEventProcess method (dbgeng.h)

The GetEventProcess method returns the engine process ID for the process on which the last event occurred.

Syntax

HRESULT GetEventProcess(
  [out] PULONG Id
);

Parameters

[out] Id

Receives the engine process 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.

Remarks

In kernel-mode debugging, the engine process ID for the virtual process representing the kernel is returned.

For more information about processes, see Threads and Processes. For details about debugger engine events, see Monitoring Events.

Requirements

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