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.
See Also