// 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 referenceNo description available.
This topic describes the WHEA_ERROR_SOURCE_OVERRIDE_SETTINGS structure.
TypeDefines the WHEA_ERROR_SOURCE_TYPE member Type.
MaxRawDataLengthDefines the ULONG member MaxRawDataLength.
NumRecordsToPreallocateDefines the ULONG member NumRecordsToPreallocate.
MaxSectionsPerRecordDefines the ULONG member MaxSectionsPerRecord.