Debugging Tools for Windows |
The RemoveSymbolByIndex method removes the specified symbol from a symbol group.
HRESULT
IDebugSymbolGroup::RemoveSymbolByIndex(
IN ULONG Index
);
RemoveSymbolByIndex might return one of the following values:
This method might also return error values. For more information about possible return values, see Return Values.
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.
Versions: Available in all versions of IDebugSymbolGroup.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.