Home
last modified time | relevance | path

Searched defs:pInterface (Results 1 – 3 of 3) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dcomip.h89 _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
Doaidl.h797 IUnknown *pInterface; member
Deventsys.h224 #define IEventSystem_Store(This,ProgID,pInterface) (This)->lpVtbl->Store(This,ProgID,pInterface) argument