SYMOPT_AUTO_PUBLICS top-level constant

int const SYMOPT_AUTO_PUBLICS

This symbol option causes DbgHelp to search the public symbol table in a .pdb file only as a last resort. If any matches are found when searching the private symbol data, the public symbols will not be searched. This improves symbol search speed.

Implementation

const SYMOPT_AUTO_PUBLICS = 0x00010000;