IDebugControl2::GetExecutingProcessorType method (dbgeng.h)

The GetExecutingProcessorType method returns the executing processor type for the processor for which the last event occurred.

Syntax

HRESULT GetExecutingProcessorType(
  [out] PULONG Type
);

Parameters

[out] Type

Receives the processor type. See GetActualProcessorType for a list of possible values this parameter can receive.

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 (include Dbgeng.h)

See also

GetActualProcessorType

IDebugControl

IDebugControl2

IDebugControl3