Debugging Tools for Windows |
The GetSymbolOffset method retrieves the location in the process's virtual address space of a symbol in a symbol group, if the symbol has an absolute address.
HRESULT
IDebugSymbolGroup2::GetSymbolOffset(
IN ULONG Index,
OUT PULONG64 Offset
);
GetSymbolOffset might return one of the following values:
This method might also return error values. For more information about possible return values, see Return Values.
For more information about symbol groups, see Scopes and Symbol Groups.
Versions: Available in IDebugSymbolGroup2 and later versions.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.