WHEA_ERROR_SOURCE_OVERRIDE_SETTINGS structure (ntddk.h)

Cette rubrique décrit la structure WHEA_ERROR_SOURCE_OVERRIDE_SETTINGS .

Syntaxe

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;

Membres

Type

Définit le type de membre WHEA_ERROR_SOURCE_TYPE.

MaxRawDataLength

Définit le membre ULONGMaxRawDataLength.

NumRecordsToPreallocate

Définit le membre ULONGNumRecordsToPreallocate.

MaxSectionsPerRecord

Définit le membre ULONGMaxSectionsPerRecord.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 11, version 22H2
En-tête ntddk.h (incluez Ntddk.h)