Platform SDK: Debugging and Error Handling |
The MODULE_TYPE_INFO structure contains advanced module information. This structure is intended for use by Windows 2000 debuggers.
typedef struct _MODULE_TYPE_INFO { USHORT dataLength; USHORT leaf; BYTE data[1]; } MODULE_TYPE_INFO, *PMODULE_TYPE_INFO;
Windows NT/2000: Requires Windows 2000. Available as a redistributable for Windows NT 4.0.
Windows 95/98: Requires Available as a redistributable for Windows 98.
Header: Declared in Dbghelp.h.
Debug Help Library Overview, DbgHelp Structures, SymGetModuleInfoEx