IDebugControl6::GetExecutionStatusEx method (dbgeng.h)

The GetExecutionStatusEx method returns information about the execution status of the debugger engine.

Syntax

HRESULT GetExecutionStatusEx(
  [out] PULONG Status
);

Parameters

[out] Status

Receives the extended execution status. This will be set to values described in DEBUG_STATUS_XXX.

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

For more information, see Target Information.

Requirements

Requirement Value
Target Platform Desktop
Header dbgeng.h

See also

IDebugControl6