// wdm.h
NTSTATUS KeInitializeTriageDumpDataArray(
PKTRIAGE_DUMP_DATA_ARRAY KtriageDumpDataArray,
ULONG Size
);
View the official Windows Driver Kit DDI referenceNo description available.
The KeInitializeTriageDumpDataArray function initializes a triage dump data block array.
KtriageDumpDataArrayA 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.
SizeSpecifies the size, in bytes, of the uninitialized triage dump data array.
This function returns NTSTATUS.
KBUGCHECK_REASON_CALLBACK_ROUTINE