SYMOPT_PUBLICS_ONLY top-level constant
int
const SYMOPT_PUBLICS_ONLY
This symbol option causes DbgHelp to ignore private symbol data, and search only the public symbol table for symbol information.
Implementation
const SYMOPT_PUBLICS_ONLY = 0x00004000;