BINDPTR

A union containing a pointer to a FUNCDESC, VARDESC, or an ITypeComp interface. It is defined as follows:

typedef union tagBINDPTR {
    FUNCDESC FAR* lpfuncdesc;
    VARDESC FAR* lpvardesc;
    ITypeComp FAR* lptcomp;
} BINDPTR;