WHEA_ERROR_SOURCE_OVERRIDE_SETTINGS - NtDoc

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

typedef struct _WHEA_ERROR_SOURCE_OVERRIDE_SETTINGS {
  WHEA_ERROR_SOURCE_TYPE Type;
  ULONG                  MaxRawDataLength;
  ULONG                  NumRecordsToPreallocate;
  ULONG                  MaxSectionsPerRecord;
} WHEA_ERROR_SOURCE_OVERRIDE_SETTINGS, *PWHEA_ERROR_SOURCE_OVERRIDE_SETTINGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddk-whea_error_source_override_settings)

Description

This topic describes the WHEA_ERROR_SOURCE_OVERRIDE_SETTINGS structure.

Members

Type

Defines the WHEA_ERROR_SOURCE_TYPE member Type.

MaxRawDataLength

Defines the ULONG member MaxRawDataLength.

NumRecordsToPreallocate

Defines the ULONG member NumRecordsToPreallocate.

MaxSectionsPerRecord

Defines the ULONG member MaxSectionsPerRecord.

Remarks

See also