Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |