SYSTEM_VERIFIER_FAULTS_INFORMATION

The SYSTEM_VERIFIER_FAULTS_INFORMATION structure is expected as input to ZwSetSystemInformation or NtSetSystemInformation when given the information class SystemVerifierFaultsInformation (0x61).

Documentation Status

The SYSTEM_VERIFIER_FAULTS_INFORMATION structure is not documented.

Layout

The SYSTEM_VERIFIER_FAULTS_INFORMATION is 0x18 or 0x28 bytes in 32-bit and 64-bit Windows, respectively.

Offset (x86) Offset (x64) Definition
0x00 0x00
ULONG Probability;
0x04 0x04
ULONG MaxProbability;
0x08 0x08
UNICODE_STRING PoolTags;
0x10 0x18
UNICODE_STRING Applications;