DESCKIND

Identifies the type description being bound to, and is defined as follows:

typedef enum tagDESCKIND {
    DESCKIND_NONE,
    DESCKIND_FUNCDESC,
    DESCKIND_VARDESC,
    DESCKIND_TYPECOMP,
    DESCKIND_IMPLICITAPPOBJ
} DESCKIND;
 

Comments

Value Description
DESCKIND_NONE 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.