WHEA_ERROR_SOURCE_OVERRIDE_SETTINGS-Struktur (ntddk.h)

In diesem Thema wird die WHEA_ERROR_SOURCE_OVERRIDE_SETTINGS-Struktur beschrieben.

Syntax

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;

Member

Type

Definiert den WHEA_ERROR_SOURCE_TYPEMembertyp.

MaxRawDataLength

Definiert das ULONG-ElementMaxRawDataLength.

NumRecordsToPreallocate

Definiert das ULONG-ElementNumRecordsToPreallocate.

MaxSectionsPerRecord

Definiert das ULONG-ElementMaxSectionsPerRecord.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows 11, Version 22H2
Kopfzeile ntddk.h (include Ntddk.h)