Skip to content

Latest commit

 

History

History
109 lines (76 loc) · 3.88 KB

nf-dbgeng-idebugsymbols2-removesymboloptions.md

File metadata and controls

109 lines (76 loc) · 3.88 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:dbgeng.IDebugSymbols2.RemoveSymbolOptions
IDebugSymbols2::RemoveSymbolOptions (dbgeng.h)
The RemoveSymbolOptions method turns off some of the engine's global symbol options. This method belongs to the IDebugSymbols2 interface.
debugger\removesymboloptions.htm
debugger
05/03/2018
IDebugSymbols2::RemoveSymbolOptions
IDebugSymbols interface [Windows Debugging],RemoveSymbolOptions method, IDebugSymbols2 interface [Windows Debugging],RemoveSymbolOptions method, IDebugSymbols2.RemoveSymbolOptions, IDebugSymbols2::RemoveSymbolOptions, IDebugSymbols3 interface [Windows Debugging],RemoveSymbolOptions method, IDebugSymbols3::RemoveSymbolOptions, IDebugSymbols::RemoveSymbolOptions, IDebugSymbols_a6b53bc6-23e5-4dae-b3b8-09330e91caba.xml, RemoveSymbolOptions, RemoveSymbolOptions method [Windows Debugging], RemoveSymbolOptions method [Windows Debugging],IDebugSymbols interface, RemoveSymbolOptions method [Windows Debugging],IDebugSymbols2 interface, RemoveSymbolOptions method [Windows Debugging],IDebugSymbols3 interface, dbgeng/IDebugSymbols2::RemoveSymbolOptions, dbgeng/IDebugSymbols3::RemoveSymbolOptions, dbgeng/IDebugSymbols::RemoveSymbolOptions, debugger.removesymboloptions
dbgeng.h
Dbgeng.h, Dbghelp.h
Desktop
Windows
IDebugSymbols2::RemoveSymbolOptions
dbgeng/IDebugSymbols2::RemoveSymbolOptions
APIRef
kbSyntax
COM
dbgeng.h
IDebugSymbols2::RemoveSymbolOptions

IDebugSymbols2::RemoveSymbolOptions

-description

The RemoveSymbolOptions method turns off some of the engine's global symbol options.

-parameters

-param Options [in]

Specifies the symbol options to turn off. Options is a bit-set; the new value of the symbol options will equal the old value AND NOT the value of Options. For a description of the bit flags, see Setting Symbol Options.

-returns

Return code Description
S_OK
The method was successful.
 

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

-remarks

After the symbol options have been changed, for each client the engine sends out notification to that client's IDebugEventCallbacks by it passing the DEBUG_CES_SYMBOL_OPTIONS flag to the IDebugEventCallbacks::ChangeSymbolState method.

For more information about symbols, see Symbols.

-see-also

AddSymbolOptions

GetSymbolOptions

IDebugSymbols

IDebugSymbols2

IDebugSymbols3

SetSymbolOptions