About DbgHelp

The following topics describe symbol files and the functionality provided by the DbgHelp functions.

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.