WHEA_DEVICE_DRIVER_DESCRIPTOR - NtDoc

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

typedef struct _WHEA_DEVICE_DRIVER_DESCRIPTOR {
  USHORT                             Type;
  BOOLEAN                            Enabled;
  UCHAR                              Reserved;
  GUID                               SourceGuid;
  USHORT                             LogTag;
  USHORT                             Reserved2;
  ULONG                              PacketLength;
  ULONG                              PacketCount;
  PUCHAR                             PacketBuffer;
  WHEA_ERROR_SOURCE_CONFIGURATION_DD Config;
  GUID                               CreatorId;
  GUID                               PartitionId;
  ULONG                              MaxSectionDataLength;
  ULONG                              MaxSectionsPerRecord;
  PUCHAR                             PacketStateBuffer;
  LONG                               OpenHandles;
} WHEA_DEVICE_DRIVER_DESCRIPTOR, *PWHEA_DEVICE_DRIVER_DESCRIPTOR;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddk-whea_device_driver_descriptor)

WHEA_DEVICE_DRIVER_DESCRIPTOR structure

Description

Reserved for system use.

Members

Type

Enabled

Reserved

SourceGuid

LogTag

Reserved2

PacketLength

PacketCount

PacketBuffer

Config

CreatorId

PartitionId

MaxSectionDataLength

MaxSectionsPerRecord

PacketStateBuffer

OpenHandles

Remarks

See also