Debugging Tools for Windows

RemoveSymbolByIndex

The RemoveSymbolByIndex method removes the specified symbol from a symbol group.

HRESULT
  IDebugSymbolGroup::RemoveSymbolByIndex(
    IN ULONG  Index
    );

Parameters

Index
The index of the symbol to remove. The index of a symbol is an identification number. The index ranges from zero through the number of symbols in the symbol group minus one.

Return Value

RemoveSymbolByIndex 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

When a symbol is removed, the indexes of the symbols that remain in the symbol group might change.

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

AddSymbol, GetNumberSymbols, RemoveSymbolByName

Build machine: CAPEBUILD