Expand Minimize
This topic has not yet been rated - Rate this topic

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

DbgHelp.h

See also

MINIDUMP_MODULE
MINIDUMP_STREAM_TYPE

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.