Note

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

Access to this page requires authorization. You can try .

WheaIsValidErrorRecordSignature function (ntddk.h)

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

Syntax

BOOLEAN WheaIsValidErrorRecordSignature(
 [in] PWHEA_ERROR_RECORD Record
);

Parameters

[in] Record

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.

Requirements

Requirement Value
Minimum supported client Supported in Windows 7 and later versions of Windows.
Target Platform Desktop
Header ntddk.h (include Ntddk.h)
IRQL <=DISPATCH_LEVEL

See also

Error record

WHEA_ERROR_RECORD

WHEA_ERROR_RECORD_HEADER


Feedback

Was this page helpful?

Additional resources