WheaIsValidErrorRecordSignature - NtDoc

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

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

NtDoc

No description available.

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

WheaIsValidErrorRecordSignature function

Description

The WheaIsValidErrorRecordSignature function verifies whether a WHEA error record is valid.

Parameters

Record [in]

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

Return value

WheaIsValidErrorRecordSignature returns a Boolean value that indicates whether the WHEA error record is valid. If it is valid, the function returns TRUE.

Remarks

The WheaIsValidErrorRecordSignature function verifies that the specified WHEA_ERROR_RECORD structure contains valid values.

See also

Error record

WHEA_ERROR_RECORD

WHEA_ERROR_RECORD_HEADER