Symbol Resolution API Reference

Reference material for symbol resolution APIs.

In this section

GetSymbolFromAddress
Returns a set of symbol names given a set of function addresses. A symbol proxy must be set up using xbSymbolProxy.exe before calling GetSymbolFromAddress.

GetSourceLineFromAddress
Returns a set of file names and line numbers given a set of function addresses. A symbol proxy must be set up using xbSymbolProxy.exe before calling GetSourceLineFromAddress.

GETSYMNAME_PROC
A function with this signature may be passed as the Callback parameter to GetSymbolFromAddress. The callback will be called once for each address GetSymbolFromAddress attempts to resolve.

GETSRCPATH_PROC
A function with this signature may be passed as the Callback parameter to GetSourceLineFromAddress. The callback will be called once for each address GetSourceLineFromAddress attempts to resolve.

ResolveDisposition
Defines the symbol searching preferences for the GetSymbolFromAddress and GetSourceLineFromAddress.