tagDESCKIND Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the type description being bound to.
public enum class tagDESCKIND
public enum class tagDESCKIND
enum tagDESCKIND
public enum tagDESCKIND
type tagDESCKIND =
Public Enum tagDESCKIND
- Inheritance
-
tagDESCKIND
Fields
Name | Value | Description |
---|---|---|
DESCKIND_NONE | 0 | Indicates that no match was found. |
DESCKIND_FUNCDESC | 1 | Indicates that a tagFUNCDESC was returned. |
DESCKIND_VARDESC | 2 | Indicates that a VARDESC was returned. |
DESCKIND_TYPECOMP | 3 | Indicates that a TYPECOMP was returned. |
DESCKIND_IMPLICITAPPOBJ | 4 | Indicates that an IMPLICITAPPOBJ was returned. |
DESCKIND_MAX | 5 | Indicates an end of enumeration marker. |