Debugging Tools for Windows |
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
);
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 |
This method may also return error values. See Return Values for more details.
GetActualProcessorType is available in all versions of IDebugControl.
For more information, see Target Information.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.Defined in Dbgeng.h. Include Dbgeng.h.