Compartir a través de


estructura WHEA_ERROR_SOURCE_OVERRIDE_SETTINGS (ntddk.h)

En este tema se describe la estructura WHEA_ERROR_SOURCE_OVERRIDE_SETTINGS .

Sintaxis

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;

Miembros

Type

Define el tipo de miembroWHEA_ERROR_SOURCE_TYPE.

MaxRawDataLength

Define el miembro ULONGMaxRawDataLength.

NumRecordsToPreallocate

Define el miembro de ULONGNumRecordsToPreallocate.

MaxSectionsPerRecord

Define el miembro ULONGMaxSectionsPerRecord.

Requisitos

Requisito Value
Cliente mínimo compatible Windows 11, versión 22H2
Encabezado ntddk.h (incluya Ntddk.h)