Platform SDK: Debugging and Error Handling

TYPE_ENUM_INFO

The TYPE_ENUM_INFO structure is used in enumerating advanced symbol information. This structure is intended for use by Windows 2000 debuggers.

typedef struct _TYPE_ENUM_INFO {
    PVOID CallerData;
    PSYMBOL_TYPE_NAME_CALLBACK CallbackRoutine;
} TYPE_ENUM_INFO, *PTYPE_ENUM_INFO;

Members

CallerData
User-defined data.
CallbackRoutine
Pointer to a SymTypeNameCallback function.

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, SymGetSymbolInfo, SymTypeNameCallback