WheaGetErrPacketFromErrRecord - NtDoc

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

PWHEA_ERROR_PACKET WheaGetErrPacketFromErrRecord(
  [in] PWHEA_ERROR_RECORD Record
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntddk-wheageterrpacketfromerrrecord)

WheaGetErrPacketFromErrRecord function

Description

The WheaGetErrPacketFromErrRecord function returns a pointer to the hardware error packet that is contained within a WHEA error record. The hardware error packet is formatted as a WHEA_ERROR_PACKET structure.

Parameters

Record [in]

A pointer to a WHEA error record that is formatted as a WHEA_ERROR_RECORD structure.

Return value

WheaGetErrPacketFromErrRecord returns a pointer to the WHEA_ERROR_PACKET structure within the WHEA_ERROR_RECORD structure. If the function does not locate the WHEA_ERROR_PACKET structure, it returns NULL.

Remarks

The WheaGetErrPacketFromErrRecord function returns a pointer to the hardware error packet that is contained within an error record.

See also

Error record

WHEA_ERROR_PACKET

WHEA_ERROR_RECORD