// wdm.h
typedef enum _FAULT_INFORMATION_ARCH {
FaultInformationInvalid,
FaultInformationArm64,
FaultInformationX64
} FAULT_INFORMATION_ARCH, *PFAULT_INFORMATION_ARCH;
View the official Windows Driver Kit DDI referenceNo description available.
Specified in the _FAULT_INFORMATION structure.
FaultInformationInvalidThe architecture type is not valid.
FaultInformationArm64Specifies ARM64 architecture.
FaultInformationX64Specifies x64 architecture.