Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Identifies an Intel Itanium architecture (IA64) processor.
Syntax
typedef struct _DEBUG_PROCESSOR_IDENTIFICATION_IA64 {
ULONG Model;
ULONG Revision;
ULONG Family;
ULONG ArchRev;
CHAR VendorString[16];
} DEBUG_PROCESSOR_IDENTIFICATION_IA64, *PDEBUG_PROCESSOR_IDENTIFICATION_IA64;
Members
Model
The model of the processor.
Revision
The revision of the processor.
Family
The family of the processor.
ArchRev
The architecture revision of the processor.
VendorString[16]
A vendor specified string.
Requirements
Requirement | Value |
---|---|
Header | dbgeng.h (include DbgEng.h) |