INTERFACEDATA

Describes the ActiveX object's properties and methods.

typedef struct FARSTRUCT tagINTERFACEDATA {
    METHODDATA FAR* pmethdata;    // Pointer to an array of METHODDATAs.
    unsigned int cMembers;        // Count of members.
} INTERFACEDATA;