This is an accompanying example for How to
use DbgHelp to access type information article. It reads debug information
for an executable specified by the user, and shows the exact type of every variable
or function, as well as other interesting information.
Usage: TypeInfoDump FileName
where FileName is the name of the executable or a .PDB file
TypeInfoDump depends on DbgHelp.dll (DbgHelp.dll 6.3.17.0 or newer is required).
The DLL must be in the same directory as TypeInfoDump executable.
You can download the DLL with TypeInfoDump, or you also can download TypeInfoDump
only and obtain DbgHelp.dll from another source (the latest version of DbgHelp.dll
is usually supplied with Debugging Tools for Windows).