Compartir a través de


estructura WHEA_ERROR_SOURCE_OVERRIDE_SETTINGS (ntddk.h)

En este tema se describe la estructura de 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 miembro WHEA_ERROR_SOURCE_TYPEType.

MaxRawDataLength

Define el miembro ULONG MaxRawDataLength.

NumRecordsToPreallocate

Define el miembro ULONG NumRecordsToPreallocate.

MaxSectionsPerRecord

Define el miembro ULONG MaxSectionsPerRecord.

Requisitos

Requisito Valor
cliente mínimo admitido Windows 11, versión 22H2
encabezado de ntddk.h (incluya Ntddk.h)