Note

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

Access to this page requires authorization. You can try .

WHEA_PACKET_LOG_DATA structure (ntddk.h)

Reserved for system use.

Syntax

typedef struct _WHEA_PACKET_LOG_DATA {
 UCHAR LogData[WHEA_MAX_LOG_DATA_LEN];
 UCHAR ExtraBytes[WHEA_MAX_LOG_DATA_LEN];
 ULONG_PTR BcParam3;
 ULONG_PTR BcParam4;
 ULONG LogDataLength;
 USHORT LogTag;
 USHORT Reserved;
 WHEA_REPORT_HW_ERROR_DEVICE_DRIVER_FLAGS Flags;
} WHEA_PACKET_LOG_DATA, *PWHEA_PACKET_LOG_DATA;

Members

LogData[WHEA_MAX_LOG_DATA_LEN]

ExtraBytes[WHEA_MAX_LOG_DATA_LEN]

BcParam3

BcParam4

LogDataLength

LogTag

Reserved

Flags

Requirements

Requirement Value
Minimum supported client Windows 10, version 2004
Header ntddk.h

Feedback

Was this page helpful?

Additional resources