FAULT_INFORMATION_ARM64_FLAGS structure (wdm.h)
Defines fault information. These values are used by the FAULT_INFORMATION_ARM64 structure.
Syntax
typedef struct _FAULT_INFORMATION_ARM64_FLAGS {
ULONG WriteNotRead : 1;
ULONG InstructionNotData : 1;
ULONG Privileged : 1;
ULONG FaultAddressValid : 1;
ULONG Reserved : 28;
} FAULT_INFORMATION_ARM64_FLAGS, *PFAULT_INFORMATION_ARM64_FLAGS;
Members
WriteNotRead
Indicates if write permission was requested.
InstructionNotData
Indicates if execute permission was requested.
Privileged
Indicates if supervisor privilege was requested by the faulted request.
FaultAddressValid
Indicates if the fault address is valid.
Reserved
Reserved.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1809 |
Header | wdm.h |