Partilhar via


estrutura WHEA_ERROR_SOURCE_OVERRIDE_SETTINGS (ntddk.h)

Este tópico descreve a estrutura de 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 WHEA_ERROR_SOURCE_TYPE membro Type.

MaxRawDataLength

Define o membro ULONG MaxRawDataLength.

NumRecordsToPreallocate

Define o membro ULONG NumRecordsToPreallocate.

MaxSectionsPerRecord

Define o membro ULONG MaxSectionsPerRecord.

Requisitos

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