MINIDUMP_MODULE_LIST Structure
Contains a list of modules.
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 |
Requires DbgHelp.dll 5.1 or later. |
---|---|
Header |
Declared in DbgHelp.h. |
See Also
MINIDUMP_MODULE
MINIDUMP_STREAM_TYPE
Send comments about this topic to Microsoft
Build date: 9/25/2007
© 2007 Microsoft Corporation. All rights reserved.