Defines the symbol searching preferences for the GetSymbolFromAddress and GetSourceLineFromAddress.
enum ResolveDisposition
{
DefaultPriority = 0
};
| Constant | Description |
|---|---|
| DefaultPriority | The default search preference for symbol resolution. Indicates that symbols should be resolved using the symbol proxy established using the xbSymbolProxy.exe command line too. |
This enumeration is provided for future features of the GetSymbolFromAddress and GetSourceLineFromAddress APIs. Only ResolveDisposition::DefaultPriority is currently supported.
Header: Declared in SymbolResolve.h.