DEBUG_PROCESSOR_IDENTIFICATION_X86 structure (dbgeng.h)
Identifies an x86 processor.
Syntax
typedef struct _DEBUG_PROCESSOR_IDENTIFICATION_X86 {
ULONG Family;
ULONG Model;
ULONG Stepping;
CHAR VendorString[16];
} DEBUG_PROCESSOR_IDENTIFICATION_X86, *PDEBUG_PROCESSOR_IDENTIFICATION_X86;
Members
Family
The family of the processor.
Model
The model of the processor.
Stepping
The stepping value of the processor.
VendorString[16]
A vendor specified string.
Requirements
Requirement | Value |
---|---|
Header | dbgeng.h (include DbgEng.h) |