Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
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
FaultInformationInvalidThe architecture type is not valid. |
FaultInformationArm64Specifies ARM64 architecture. |
FaultInformationX64Specifies x64 architecture. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1803 |
| Header | wdm.h |
See also
Feedback
Was this page helpful?
