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.
Identifies the type description being bound to.
Syntax
typedef enum tagDESCKIND {
DESCKIND_NONE = 0,
DESCKIND_FUNCDESC,
DESCKIND_VARDESC,
DESCKIND_TYPECOMP,
DESCKIND_IMPLICITAPPOBJ,
DESCKIND_MAX
} DESCKIND;
Constants
DESCKIND_NONE Value: 0 No match was found. |
DESCKIND_FUNCDESC A FUNCDESC was returned. |
DESCKIND_VARDESC A VARDESC was returned. |
DESCKIND_TYPECOMP A TYPECOMP was returned. |
DESCKIND_IMPLICITAPPOBJ An IMPLICITAPPOBJ was returned. |
DESCKIND_MAX The end of the enum. |
Requirements
Requirement | Value |
---|---|
Header | oaidl.h |