WheaErrorRecordBuilderInit function (ntddk.h)
The WheaErrorRecordBuilderInit function initializes an error record for the record builder helper functions.
Syntax
void WheaErrorRecordBuilderInit(
PWHEA_ERROR_RECORD Record,
UINT32 RecordLength,
WHEA_ERROR_SEVERITY Severity,
GUID Notify
);
Parameters
Record
Supplies a buffer that holds the error record contents.
RecordLength
Supplies the total buffer size for Record.
Severity
Supplies the overall record severity.
Notify
Supplies the GUID for the notification type.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 22H2 |
Header | ntddk.h (include Ntddk.h) |