FAULT_INFORMATION_ARCH enumeration (wdm.h)
Specified in the _FAULT_INFORMATION structure.
Syntax
typedef enum _FAULT_INFORMATION_ARCH {
FaultInformationInvalid,
FaultInformationArm64,
FaultInformationX64
} FAULT_INFORMATION_ARCH, *PFAULT_INFORMATION_ARCH;
Constants
FaultInformationInvalid The architecture type is not valid. |
FaultInformationArm64 Specifies ARM64 architecture. |
FaultInformationX64 Specifies x64 architecture. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1803 |
Header | wdm.h |