IDebugSymbolGroup2::RemoveSymbolByNameWide method (dbgeng.h)

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

Syntax

HRESULT RemoveSymbolByNameWide(
  [in] PCWSTR Name
);

Parameters

[in] Name

The name of the symbol to remove from the symbol group.

Return value

RemoveSymbolByNameWide might return one of the following values:

Return code Description
S_OK
The method was successful.
 

This method can also return error values. For more information, see Return Values.

Remarks

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

Requirement Value
Target Platform Desktop
Header dbgeng.h (include Dbgeng.h)

See also

AddSymbol

GetSymbolName

IDebugSymbolGroup2

RemoveSymbolByIndex