estrutura WHEA_ERROR_SOURCE_OVERRIDE_SETTINGS (ntddk.h)

Este tópico descreve a estrutura WHEA_ERROR_SOURCE_OVERRIDE_SETTINGS .

Sintaxe

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;

Membros

Type

Define o tipo de membro WHEA_ERROR_SOURCE_TYPE.

MaxRawDataLength

Define o membro do ULONGMaxRawDataLength.

NumRecordsToPreallocate

Define o membro ULONGNumRecordsToPreallocate.

MaxSectionsPerRecord

Define o membro ULONGMaxSectionsPerRecord.

Requisitos

Requisito Valor
Cliente mínimo com suporte Windows 11, versão 22H2
Cabeçalho ntddk.h (inclua Ntddk.h)