IDebugHostBaseClass2::GetSymbolKind method (dbgmodel.h)
Gets the kind of symbol that this is, for example a field, a base class, a type, etc.
Syntax
HRESULT GetSymbolKind(
SymbolKind *kind
);
Parameters
kind
The kind of symbol (for example a type, field, base class, etc) will be returned here.
Return value
This method returns HRESULT that indicates success or failure.
Requirements
Requirement | Value |
---|---|
Header | dbgmodel.h |