WHEA_ERROR_SOURCE_STATE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddk.h

typedef enum _WHEA_ERROR_SOURCE_STATE {
  WheaErrSrcStateStopped,
  WheaErrSrcStateStarted,
  WheaErrSrcStateRemoved,
  WheaErrSrcStateRemovePending
} WHEA_ERROR_SOURCE_STATE, *PWHEA_ERROR_SOURCE_STATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddk-_whea_error_source_state)

_WHEA_ERROR_SOURCE_STATE enumeration

Description

The WHEA_ERROR_SOURCE_STATE enumeration defines the different runtime states for an error source.

Constants

WheaErrSrcStateStopped

The error source is stopped.

WheaErrSrcStateStarted

The error source is started.

WheaErrSrcStateRemoved

The error source is removed.

WheaErrSrcStateRemovePending

The error source is pending.

Remarks

The WHEA_ERROR_SOURCE_DESCRIPTOR structure contains a member of type WHEA_ERROR_SOURCE_STATE that indicates the runtime state of the error source.

See also

WHEA_ERROR_SOURCE_DESCRIPTOR