Debugging Tools for Windows |
The GetSymbolParameters method returns the symbol parameters that describe the specified symbols in a symbol group.
HRESULT
IDebugSymbolGroup::GetSymbolParameters(
IN ULONG Start,
IN ULONG Count,
OUT DEBUG_SYMBOL_PARAMETERS * Params
);
GetSymbolParameters 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 all versions of IDebugSymbolGroup.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.