Debugging Tools for Windows

GetSymbolOptions

The GetSymbolOptions method returns the engine's global symbol options.

HRESULT
  IDebugSymbols::GetSymbolOptions(
    OUT PULONG  Options
    );

Parameters

Options
Receives the symbol options bit-set. For a description of the bit flags, see Setting Symbol Options.

Return Value

S_OK
The method was successful.

This method may also return error values. See Return Values for more details.

Interface Version

GetSymbolOptions is available in all versions of IDebugSymbols.

Comments

For more information about symbols, see Symbols.

Requirements

Headers: Defined in Dbgeng.h. Include Dbgeng.h. The options are defined in Dbghelp.h.

See Also

AddSymbolOptions, RemoveSymbolOptions, SetSymbolOptions

Build machine: CAPEBUILD