Skip to content

Latest commit

 

History

History
63 lines (50 loc) · 1.46 KB

nf-dbgmodel-idebughostconstant-getsymbolkind.md

File metadata and controls

63 lines (50 loc) · 1.46 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.IDebugHostConstant.GetSymbolKind
IDebugHostConstant::GetSymbolKind (dbgmodel.h)
Gets the kind of symbol that this is (that is, a field, a base class, a type, etc...).
09/21/2018
IDebugHostConstant::GetSymbolKind
IDebugHostConstant::GetSymbolKind, GetSymbolKind, IDebugHostConstant.GetSymbolKind, IDebugHostConstant::GetSymbolKind, IDebugHostConstant.GetSymbolKind
dbgmodel.h
Windows
debugger
RS5
IDebugHostConstant::GetSymbolKind
dbgmodel/IDebugHostConstant::GetSymbolKind
apiref
COM
dbgmodel.h
IDebugHostConstant::GetSymbolKind

IDebugHostConstant::GetSymbolKind

-description

Gets the kind of symbol that this is (e.g.: a field, a base class, a type, etc...).

-parameters

-param kind

The kind of symbol (e.g.: a type, field, base class, etc…) will be returned here.

-returns

This method returns HRESULT that indicates success or failure.

-remarks

-see-also

IDebugHostConstant interface