Condividi tramite


WHEA_ERROR_SOURCE_OVERRIDE_SETTINGS struttura (ntddk.h)

Questo argomento descrive la struttura WHEA_ERROR_SOURCE_OVERRIDE_SETTINGS .

Sintassi

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

Definisce il tipo di membro WHEA_ERROR_SOURCE_TYPE.

MaxRawDataLength

Definisce il membro ULONGMaxRawDataLength.

NumRecordsToPreallocate

Definisce il membro ULONG NumRecordsToPreallocate.

MaxSectionsPerRecord

Definisce il membro ULONGMaxSectionsPerRecord.

Requisiti

Requisito Valore
Client minimo supportato Windows 11, versione 22H2
Intestazione ntddk.h (include Ntddk.h)