About DbgHelp
The following topics describe symbol files and the functionality provided by the DbgHelp functions.
- DbgHelp Versions
- Symbol Files
- Symbol Handling
- Symbol Servers and Symbol Stores
- Minidump Files
- Source Server
- Updated Platform Support
Note that all DbgHelp functions are single threaded. Therefore, calls from more than one thread to this function will likely result in unexpected behavior or memory corruption. To avoid this, you must synchronize all concurrent calls from more than one thread to this function.