INTERFACEINFO

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

pUnk
Pointer to the IUnknown interface on the object.
iid
Identifier of the requested interface
wMethod
Interface method.

QuickInfo

  Windows NT: Use version 3.1 or later.
  Windows: Use Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in objidl.h.

See Also

IMessageFilter::HandleIncomingCall