DEBUG_PROCESSOR_IDENTIFICATION_ARM64 structure (dbgeng.h)

Identifies an ARM64 processor.

Syntax

typedef struct _DEBUG_PROCESSOR_IDENTIFICATION_ARM64 {
  ULONG Model;
  ULONG Revision;
  CHAR  VendorString[16];
} DEBUG_PROCESSOR_IDENTIFICATION_ARM64, *PDEBUG_PROCESSOR_IDENTIFICATION_ARM64;

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)

See also

DEBUG_PROCESSOR_IDENTIFICATION_ALL