FAULT_INFORMATION_ARCH - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

typedef enum _FAULT_INFORMATION_ARCH {
  FaultInformationInvalid,
  FaultInformationArm64,
  FaultInformationX64
} FAULT_INFORMATION_ARCH, *PFAULT_INFORMATION_ARCH;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wdm-_fault_information_arch)

_FAULT_INFORMATION_ARCH enumeration

Description

Specified in the _FAULT_INFORMATION structure.

Constants

FaultInformationInvalid

The architecture type is not valid.

FaultInformationArm64

Specifies ARM64 architecture.

FaultInformationX64

Specifies x64 architecture.

Remarks

See also

_FAULT_INFORMATION