Platform SDK: Debugging and Error Handling |
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;
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, SymGetSymbolInfo, SymTypeNameCallback