WHEA_ERROR_SOURCE_OVERRIDE_SETTINGS structure (ntddk.h)

This topic describes the WHEA_ERROR_SOURCE_OVERRIDE_SETTINGS structure.

Syntax

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;

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.

Requirements

Requirement Value
Minimum supported client Windows 11, version 22H2
Header ntddk.h (include Ntddk.h)