Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 1.29 KB

ne-dbgmodel-symbolsearchoptions.md

File metadata and controls

64 lines (48 loc) · 1.29 KB
UID title description 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.max-support req.typenames targetos tech.root ms.custom f1_keywords topic_type api_type api_location api_name
NE:dbgmodel.SymbolSearchOptions
SymbolSearchOptions (dbgmodel.h)
Symbols search options.
08/10/2023
SymbolSearchOptions enumeration
SymbolSearchOptions, ,
dbgmodel.h
Windows
debugger
RS5
SymbolSearchOptions
dbgmodel/SymbolSearchOptions
apiref
HeaderDef
dbgmodel.h
SymbolSearchOptions

SymbolSearchOptions enumeration

-description

Symbols search options.

-enum-fields

-field SymbolSearchNone

No options set

SymbolSearchNone = 0x00000000,

-field SymbolSearchCompletion

Search for symbols starting with the specified name rather than symbols of the exact specified name.

SymbolSearchCompletion = 0x00000001

-field SymbolSearchCaseInsensitive

Search for symbols using case-insensitive rules.

SymbolSearchCaseInsensitive = 0x00000002

-remarks

-see-also

Debugger Data Model C++ Overview