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.
Symbols search options.
Syntax
typedef enum SymbolSearchOptions {
SymbolSearchNone,
SymbolSearchCompletion,
SymbolSearchCaseInsensitive
} ;
Constants
SymbolSearchNoneNo options set SymbolSearchNone = 0x00000000, |
SymbolSearchCompletionSearch for symbols starting with the specified name rather than symbols of the exact specified name. SymbolSearchCompletion = 0x00000001 |
SymbolSearchCaseInsensitiveSearch for symbols using case-insensitive rules. SymbolSearchCaseInsensitive = 0x00000002 |
Requirements
| Requirement | Value |
|---|---|
| Header | dbgmodel.h |