SYMOPT_NO_UNQUALIFIED_LOADS top-level constant

int const SYMOPT_NO_UNQUALIFIED_LOADS

This symbol option disables the symbol handler's automatic loading of modules. When this option is set and the debugger attempts to match a symbol, it will only search modules which have already been loaded.

Implementation

const SYMOPT_NO_UNQUALIFIED_LOADS = 0x00000100;