Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |