KeInitializeTriageDumpDataArray function (wdm.h)

The KeInitializeTriageDumpDataArray function initializes a triage dump data block array.

Syntax

NTSTATUS KeInitializeTriageDumpDataArray(
  PKTRIAGE_DUMP_DATA_ARRAY KtriageDumpDataArray,
  ULONG                    Size
);

Parameters

KtriageDumpDataArray

A pointer to a KTRIAGE_DUMP_DATA_ARRAY structure that is the data block array. It is assumed that the caller has already obtained exclusive write to KtriageDumpDataArray. The array must be allocated from non-paged memory.

Size

Specifies the size, in bytes, of the uninitialized triage dump data array.

Return value

This function returns NTSTATUS.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1803
Header wdm.h
Library NtosKrnl.lib
DLL NtosKrnl.exe

See also

KeAddTriageDumpDataBlock

KBUGCHECK_REASON_CALLBACK_ROUTINE