INTERFACEINFO (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.