The INTERFACEINFO structure contains information about incoming calls. The structure is defined as follows:
typedef struct tagINTERFACEINFO
{
LPUNKNOWN pUnk;
IID iid;
WORD wMethod;
} INTERFACEINFO, * LPINTERFACEINFO;
Members
See Also