Structure INTERFACEINFO (objidl.h)
Contient des informations sur les appels entrants.
Syntaxe
typedef struct tagINTERFACEINFO {
IUnknown *pUnk;
IID iid;
WORD wMethod;
} INTERFACEINFO, *LPINTERFACEINFO;
Membres
pUnk
Pointeur vers l’interface IUnknown sur l’objet .
iid
Identificateur de l’interface demandée.
wMethod
Méthode d’interface.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 2000 Professionnel [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows 2000 Server [applications de bureau uniquement] |
En-tête | objidl.h |