Searched defs:pInterface (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dcomip.h73 template<typename _X> _com_ptr_t(Interface *pInterface) throw() : m_pInterface(pInterface) { _AddRef(); } argument
74 _com_ptr_t(Interface *pInterface,bool fAddRef) throw() : m_pInterface(pInterface) { argument
103 template<typename _X> _com_ptr_t &operator=(Interface *pInterface) throw() { argument
104 if(m_pInterface!=pInterface) {
106 m_pInterface = pInterface;
123 void Attach(Interface *pInterface) throw() { argument
125 m_pInterface = pInterface;
127 void Attach(Interface *pInterface,boo argument
288 Interface *pInterface; local
[all...]
H A Doaidl.h618 IUnknown *pInterface; member in struct:tagCLEANLOCALSTORAGE
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dcomip.h73 template<typename _X> _com_ptr_t(Interface *pInterface) throw() : m_pInterface(pInterface) { _AddRef(); } argument
74 _com_ptr_t(Interface *pInterface,bool fAddRef) throw() : m_pInterface(pInterface) { argument
103 template<typename _X> _com_ptr_t &operator=(Interface *pInterface) throw() { argument
104 if(m_pInterface!=pInterface) {
106 m_pInterface = pInterface;
123 void Attach(Interface *pInterface) throw() { argument
125 m_pInterface = pInterface;
127 void Attach(Interface *pInterface,boo argument
288 Interface *pInterface; local
[all...]
H A Doaidl.h618 IUnknown *pInterface; member in struct:tagCLEANLOCALSTORAGE

Completed in 117 milliseconds