Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |