Debugging Tools for Windows |
The GetSymbolRegister method returns the register that contains the value or a pointer to the value of a symbol in a symbol group.
HRESULT
IDebugSymbolGroup2::GetSymbolRegister(
IN ULONG Index,
OUT PULONG Register
);
GetSymbolRegister 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. For more information about registers and the register index, see Registers.
Versions: Available in IDebugSymbolGroup2 and later versions.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.