Platform SDK: Debugging and Error Handling

MODULE_TYPE_INFO

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;

Members

dataLength
Specifies the length of the structure.
leaf
Specifies the data type of the data member.
data
The data buffer.

Requirements

  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.

See Also

Debug Help Library Overview, DbgHelp Structures, SymGetModuleInfoEx