Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |