WheaErrorRecordBuilderInit - NtDoc

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

VOID WheaErrorRecordBuilderInit(
  PWHEA_ERROR_RECORD  Record,
  UINT32              RecordLength,
  WHEA_ERROR_SEVERITY Severity,
  GUID                Notify
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The WheaErrorRecordBuilderInit function initializes an error record for the record builder helper functions.

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.

Remarks

See also