Debugging Tools for Windows

GetActualProcessorType

The GetActualProcessorType method returns the processor type of the physical processor of the computer that is running the target.

HRESULT
  IDebugControl::GetActualProcessorType(
    OUT PULONG  Type
    );

Parameters

Type
Receives the type of the processor. The processor types are listed in the following table.
Value Processor
IMAGE_FILE_MACHINE_I386 x86 architecture
IMAGE_FILE_MACHINE_ARM ARM architecture
IMAGE_FILE_MACHINE_IA64 Intel Itanium architecture
IMAGE_FILE_MACHNE_AMD64 x64 architecture
IMAGE_FILE_MACHINE_EBC EFI byte code architecture

Return Value

S_OK
The method was successful.

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

Interface Version

GetActualProcessorType is available in all versions of IDebugControl.

Comments

For more information, see Target Information.

Requirements

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

See Also

GetEffectiveProcessorType, GetExecutingProcessorType

Build machine: CAPEBUILD