ResolveDisposition Enumeration

Defines the symbol searching preferences for the GetSymbolFromAddress and GetSourceLineFromAddress.

Syntax

enum ResolveDisposition
{
    DefaultPriority = 0
};  

Constants

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.

Remarks

This enumeration is provided for future features of the GetSymbolFromAddress and GetSourceLineFromAddress APIs. Only ResolveDisposition::DefaultPriority is currently supported.

Requirements

Header: Declared in SymbolResolve.h.