SymbolServerInfo structure
Represents information about the debug symbol server.
Syntax
typedef struct SymbolServerInfo { BSTR symbolPath; BSTR symbolCacheDir; BSTR publicSymbolServerName; BSTR symbolExcludeList; BSTR symbolIncludeList; BOOL useExcludeList; BOOL useMSSymbolServer; } SymbolServerInfo;
Members
- symbolPath
-
A COM string containing the path of the symbol server.
- symbolCacheDir
-
A COM string containing the cache directory of the symbol server.
- publicSymbolServerName
-
A COM string containing the public name of the symbol server.
- symbolExcludeList
-
A COM string that specifies the list of symbols to exclude.
- symbolIncludeList
-
A COM string that specifies the list of symbols to include.
- useExcludeList
-
true if the exclude list is ignored; otherwise, false.
- useMSSymbolServer
-
true if using Microsoft symbol server; otherwise, false.
Requirements
|
Header |
|
|---|
Community Additions
ADD
Show: