Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

WHEA_ERROR_SOURCE_CONFIGURATION structure (ntddk.h)

Reserved for system use.

Syntax

typedef struct _WHEA_ERROR_SOURCE_CONFIGURATION {
 ULONG Flags;
 WHEA_ERROR_SOURCE_CORRECT Correct;
 WHEA_ERROR_SOURCE_INITIALIZE Initialize;
 WHEA_ERROR_SOURCE_CREATE_RECORD CreateRecord;
 WHEA_ERROR_SOURCE_RECOVER Recover;
 WHEA_ERROR_SOURCE_UNINITIALIZE Uninitialize;
 PVOID Reserved;
} WHEA_ERROR_SOURCE_CONFIGURATION, *PWHEA_ERROR_SOURCE_CONFIGURATION;

Members

Flags

Correct

Initialize

CreateRecord

Recover

Uninitialize

Reserved

Requirements

Requirement Value
Header ntddk.h

Feedback

Was this page helpful?

Additional resources