// ntddk.h
BOOLEAN WheaIsValidErrorRecordSignature(
[in] PWHEA_ERROR_RECORD Record
);
View the official Windows Driver Kit DDI referenceNo description available.
The WheaIsValidErrorRecordSignature function verifies whether a WHEA error record is valid.
Record [in]A pointer to a WHEA error record that is formatted as a WHEA_ERROR_RECORD structure.
WheaIsValidErrorRecordSignature returns a Boolean value that indicates whether the WHEA error record is valid. If it is valid, the function returns TRUE.
The WheaIsValidErrorRecordSignature function verifies that the specified WHEA_ERROR_RECORD structure contains valid values.