Debugging Tools for Windows

GetSymbolParameters

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
    );

Parameters

Start
The index in the symbol group of the first symbol whose parameters you want. The index of a symbol is an identification number. This number ranges from zero through the number of symbols in the symbol group minus one.
Count
The number of symbol parameters that you want.
Params
The symbol parameters. This array must hold at least Count elements. For a description of these parameters, see DEBUG_SYMBOL_PARAMETERS.

Return Value

GetSymbolParameters might return one of the following values:

S_OK
The method was successful.

This method might also return error values. For more information about possible return values, see Return Values.

Comments

For more information about symbol groups, see Scopes and Symbol Groups.

Requirements

Versions: Available in all versions of IDebugSymbolGroup.

Headers: Defined in Dbgeng.h. Include Dbgeng.h.

See Also

DEBUG_SYMBOL_PARAMETERS, GetNumberSymbols

Build machine: CAPEBUILD