Debugging Tools for Windows

GetExecutingProcessorType

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

HRESULT
  IDebugControl::GetExecutingProcessorType(
    OUT PULONG  Type
    );

Parameters

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

Return Value

S_OK
The method was successful.

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

Interface Version

GetExecutingProcessorType is available in all versions of IDebugControl.

Comments

For more information, see Target Information.

Requirements

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

See Also

GetActualProcessorType

Build machine: CAPEBUILD