KeInitializeTriageDumpDataArray - NtDoc

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

NTSTATUS KeInitializeTriageDumpDataArray(
  PKTRIAGE_DUMP_DATA_ARRAY KtriageDumpDataArray,
  ULONG                    Size
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdm-keinitializetriagedumpdataarray)

KeInitializeTriageDumpDataArray function

Description

The KeInitializeTriageDumpDataArray function initializes a triage dump data block array.

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.

Remarks

See also

KeAddTriageDumpDataBlock

KBUGCHECK_REASON_CALLBACK_ROUTINE