SYMOPT_NO_PUBLICS top-level constant

int const SYMOPT_NO_PUBLICS

This symbol option prevents DbgHelp from searching the public symbol table. This can make symbol enumeration and symbol searches much faster. If you are concerned solely with search speed, the SYMOPT_AUTO_PUBLICS option is generally preferable to this one.

Implementation

const SYMOPT_NO_PUBLICS = 0x00008000;