Skip to content

Latest commit

 

History

History
83 lines (57 loc) · 2.04 KB

ne-dbgmodel-symbolkind.md

File metadata and controls

83 lines (57 loc) · 2.04 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.ddi-compliance req.max-support req.typenames targetos tech.root ms.custom f1_keywords topic_type api_type api_location api_name
NE:dbgmodel.SymbolKind
SymbolKind (dbgmodel.h)
Defines the kind of a symbol.
07/16/2018
SymbolKind enumeration
SymbolKind, ,
dbgmodel.h
Windows
debugger
RS5
SymbolKind
dbgmodel/SymbolKind
apiref
HeaderDef
dbgmodel.h
SymbolKind

SymbolKind enumeration

-description

Defines the kind of a symbol.

-enum-fields

-field Symbol

Unspecified symbol type.

-field SymbolModule

The symbol is a module and can be queried for IDebugHostModule.

-field SymbolType

The symbol is a type and can be queried for IDebugHostType.

-field SymbolField

The symbol is a field (a data member within a structure or class) and can be queried for IDebugHostField.

-field SymbolConstant

The symbol is a constant value and can be queried for IDebugHostConstant.

-field SymbolData

The symbol is data which is not a member of a structure or class and is queryable for IDebugHostData.

-field SymbolBaseClass

The symbol is a base class and is queryable for IDebugHostBaseClass.

-field SymbolPublic

The symbol is an entry in a module's publics table (having no type information) and is queryable for IDebugHostPublic.

-field SymbolFunction

The symbol is a function and is queryable for IDebugHostData.

-remarks

-see-also

Debugger Data Model C++ Overview