Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure contains information about incoming calls.
typedef struct tagINTERFACEINFO { LPUNKNOWNpUnk;IIDiid;WORDwMethod;} INTERFACEINFO, *LPINTERFACEINFO;
Members
- pUnk
 Pointer to the IUnknown interface on the object.
- iid
 Identifier of the requested interface.
- wMethod
 Interface method.
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Objidl.h.
See Also
IMessageFilter::HandleInComingCall | IUnknown
Send Feedback on this topic to the authors