Struttura INTERFACEINFO (objidl.h)

Contiene informazioni sulle chiamate in ingresso.

Sintassi

typedef struct tagINTERFACEINFO {
  IUnknown *pUnk;
  IID      iid;
  WORD     wMethod;
} INTERFACEINFO, *LPINTERFACEINFO;

Members

pUnk

Puntatore all'interfaccia IUnknown nell'oggetto.

iid

Identificatore dell'interfaccia richiesta.

wMethod

Metodo di interfaccia.

Requisiti

Requisito Valore
Client minimo supportato Windows 2000 Professional [solo app desktop]
Server minimo supportato Windows 2000 Server [solo app desktop]
Intestazione objidl.h

Vedi anche

IMessageFilter::HandleInComingCall