SymbolSearchOptions enumeration (dbgmodel.h)
Symbols search options.
Syntax
typedef enum SymbolSearchOptions {
SymbolSearchNone,
SymbolSearchCompletion,
SymbolSearchCaseInsensitive
} ;
Constants
SymbolSearchNone No options set SymbolSearchNone = 0x00000000, |
SymbolSearchCompletion Search for symbols starting with the specified name rather than symbols of the exact specified name. SymbolSearchCompletion = 0x00000001 |
SymbolSearchCaseInsensitive Search for symbols using case-insensitive rules. SymbolSearchCaseInsensitive = 0x00000002 |
Requirements
Requirement | Value |
---|---|
Header | dbgmodel.h |