IDebugSymbols2::GetSymbolOptions method (dbgeng.h)
The GetSymbolOptions method returns the engine's global symbol options.
Syntax
HRESULT GetSymbolOptions(
[out] PULONG Options
);
Parameters
[out] Options
Receives the symbol options bit-set. For a description of the bit flags, see Setting Symbol Options.
Return value
This method may also return error values. See Return Values for more details.
Return code | Description |
---|---|
|
The method was successful. |
Remarks
For more information about symbols, see Symbols.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | dbgeng.h (include Dbgeng.h, Dbghelp.h) |