Querying the .pdb File
Visual Studio .NET 2003
Your DIA application uses the following general steps to obtain details about the various symbols, objects, and data elements within an executable image.
To query the .pdb file
- Acquire a data source by creating an IDiaDataSource interface.
- Call IDiaDataSource::openSession to open an IDiaSession.
- Use the methods in IDiaSession to query for the symbols in the data source.
- Use the IDiaEnum* interfaces to enumerate and scan through the symbols or other elements of debug information.