IDebugHostBaseClass::GetSymbolKind method (dbgmodel.h)
Gets the kind of symbol that this is (e.g.: a field, a base class, a type, etc...)
Syntax
HRESULT GetSymbolKind(
SymbolKind *kind
);
Parameters
kind
The kind of symbol (e.g.: 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 |