Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Identifies an ARM processor.
Syntax
typedef struct _DEBUG_PROCESSOR_IDENTIFICATION_ARM {
ULONG Model;
ULONG Revision;
CHAR VendorString[16];
} DEBUG_PROCESSOR_IDENTIFICATION_ARM, *PDEBUG_PROCESSOR_IDENTIFICATION_ARM;
Members
Model
The model of the processor.
Revision
The revision of the processor.
VendorString[16]
A vendor specified string.
Requirements
| Requirement | Value |
|---|---|
| Header | dbgeng.h (include DbgEng.h) |