Skip to content

Latest commit

 

History

History
76 lines (57 loc) · 1.96 KB

ns-wdm-_ktriage_dump_data_array.md

File metadata and controls

76 lines (57 loc) · 1.96 KB
UID title description ms.date tech.root keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.lib req.dll req.ddi-compliance req.unicode-ansi req.max-support req.typenames targetos f1_keywords topic_type api_type api_location api_name
NS:wdm._KTRIAGE_DUMP_DATA_ARRAY
_KTRIAGE_DUMP_DATA_ARRAY (wdm.h)
Learn more about: _KTRIAGE_DUMP_DATA_ARRAY structure
10/19/2018
devtest
KTRIAGE_DUMP_DATA_ARRAY structure
_KTRIAGE_DUMP_DATA_ARRAY, PKTRIAGE_DUMP_DATA_ARRAY, KTRIAGE_DUMP_DATA_ARRAY,
wdm.h
Windows 10, version 1803
PKTRIAGE_DUMP_DATA_ARRAY, KTRIAGE_DUMP_DATA_ARRAY
Windows
_KTRIAGE_DUMP_DATA_ARRAY
wdm/_KTRIAGE_DUMP_DATA_ARRAY
PKTRIAGE_DUMP_DATA_ARRAY
wdm/PKTRIAGE_DUMP_DATA_ARRAY
KTRIAGE_DUMP_DATA_ARRAY
wdm/KTRIAGE_DUMP_DATA_ARRAY
apiref
HeaderDef
wdm.h
_KTRIAGE_DUMP_DATA_ARRAY
PKTRIAGE_DUMP_DATA_ARRAY
KTRIAGE_DUMP_DATA_ARRAY

_KTRIAGE_DUMP_DATA_ARRAY structure

-description

Specifies an array of memory locations and lengths (ranges) to be preserved in crash dump files.

-struct-fields

-field List

A pointer to a LIST_ENTRY structure that represents the entry to be added in the array.

-field NumBlocksUsed

-field NumBlocksTotal

-field DataSize

-field MaxDataSize

-field ComponentNameBufferLength

-field ComponentName

-field Blocks

-remarks

A driver initializes this structure by calling KeInitializeTriageDumpDataArray function. A driver provides a pointer to a structure of this type when it calls the KeAddTriageDumpDataBlock function.

-see-also

KBUGCHECK_REASON_CALLBACK_ROUTINE