MINIDUMP_MODULE_LIST structure (minidumpapiset.h)
Contains a list of modules.
Syntax
typedef struct _MINIDUMP_MODULE_LIST {
ULONG32 NumberOfModules;
MINIDUMP_MODULE Modules[0];
} MINIDUMP_MODULE_LIST, *PMINIDUMP_MODULE_LIST;
Members
NumberOfModules
The number of structures in the Modules array.
Modules[0]
An array of MINIDUMP_MODULE structures.
Requirements
Requirement | Value |
---|---|
Header | minidumpapiset.h (include DbgHelp.h) |
Redistributable | DbgHelp.dll 5.1 or later |