IDebugSymbolGroup2::RemoveSymbolByName method (dbgeng.h)
The RemoveSymbolByName method removes the specified symbol from a symbol group.
Syntax
HRESULT RemoveSymbolByName(
[in] PCSTR Name
);
Parameters
[in] Name
The name of the symbol to remove from the symbol group.
Return value
RemoveSymbolByName might return one of the following values:
Return code | Description |
---|---|
|
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) |