Skip to content

Latest commit

 

History

History
63 lines (50 loc) · 1.51 KB

nf-dbgmodel-idebughostfield-getname.md

File metadata and controls

63 lines (50 loc) · 1.51 KB
UID title description ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.lib req.dll req.irql req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library targetos tech.root ms.custom f1_keywords topic_type api_type api_location api_name
NF:dbgmodel.IDebugHostField.GetName
IDebugHostField::GetName (dbgmodel.h)
The IDebugHostField::GetName method, when called on a symbol, gets the name of the symbol if it has a name.
09/12/2018
IDebugHostField::GetName
IDebugHostField::GetName, GetName, IDebugHostField.GetName, IDebugHostField::GetName, IDebugHostField.GetName
dbgmodel.h
Windows
debugger
RS5
IDebugHostField::GetName
dbgmodel/IDebugHostField::GetName
apiref
COM
dbgmodel.h
IDebugHostField::GetName

IDebugHostField::GetName

-description

Returns the name of the symbol if the symbol has a name. If the symbol does not have a name, an error is returned.

-parameters

-param 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.

-returns

This method returns HRESULT that indicates success or failure.

-remarks

-see-also

IDebugHostField interface