INTERFACEINFO (Compact 2013)

3/26/2014

This structure contains information about incoming calls.

Syntax

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.

Requirements

Header

objidl.h

See Also

Reference

Storage Structures
IMessageFilter::HandleInComingCall
IUnknown