IDebugHostSymbol2::GetName method (dbgmodel.h)
Returns the name of the symbol if the symbol has a name. If the symbol does not have a name, an error is returned.
HRESULT GetName(
BSTR *symbolName
);
symbolName
The name of the symbol will be returned here as a string allocated via the SysAllocString method. The caller is responsible for freeing the allocated string via the SysFreeString method.
This method returns HRESULT that indicates success or failure.
Requirement | Value |
---|---|
Header | dbgmodel.h |