Searched defs:pInterface (Results 1 – 3 of 3) sorted by relevance
89 _com_ptr_t(Interface *pInterface,bool fAddRef) throw() : m_pInterface(pInterface) { in _com_ptr_t()142 void Attach(Interface *pInterface) throw() { in Attach()146 void Attach(Interface *pInterface,bool fAddRef) throw() { in Attach()312 Interface *pInterface; in _QueryInterface() local
797 IUnknown *pInterface; member
224 #define IEventSystem_Store(This,ProgID,pInterface) (This)->lpVtbl->Store(This,ProgID,pInterface) argument