MINIDUMP_MODULE_LIST structure
Contains a list of modules.
Syntax
typedef struct _MINIDUMP_MODULE_LIST { ULONG32 NumberOfModules; MINIDUMP_MODULE Modules[]; } MINIDUMP_MODULE_LIST, *PMINIDUMP_MODULE_LIST;
Members
- NumberOfModules
-
The number of structures in the Modules array.
- Modules
-
An array of MINIDUMP_MODULE structures.
Requirements
|
Redistributable | DbgHelp.dll 5.1 or later |
|---|---|
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012