INTERFACEINFO structure (objidl.h)
Contains information about incoming calls.
Syntax
typedef struct tagINTERFACEINFO {
IUnknown *pUnk;
IID iid;
WORD wMethod;
} INTERFACEINFO, *LPINTERFACEINFO;
Members
pUnk
A pointer to the IUnknown interface on the object.
iid
The identifier of the requested interface.
wMethod
The interface method.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | objidl.h |