Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |