Lines Matching refs:Q
126 return p->QueryInterface(__uuidof(Q), (void**)pp);
148 return p->QueryInterface(__uuidof(Q), (void**)pp);
159 template <class Q>
160 HRESULT QueryInterface(Q** pp)
163 return p->QueryInterface(__uuidof(Q), (void**)pp);
282 template <class Q>
283 void WriteBulk(Q& helper)
543 template <class Q>
544 HRESULT STDMETHODCALLTYPE QueryInterface(Q** pp)
546 return QueryInterface(__uuidof(Q), (void**)pp);
693 template <class Q>
694 HRESULT STDMETHODCALLTYPE QueryInterface(Q** pp)
696 return QueryInterface(__uuidof(Q), (void**)pp);
742 template <class Q>
743 HRESULT STDMETHODCALLTYPE QueryInterface(Q** pp)
745 return QueryInterface(__uuidof(Q), (void**)pp);
796 template <class Q>
797 HRESULT STDMETHODCALLTYPE QueryInterface(Q** pp)
799 return QueryInterface(__uuidof(Q), (void**)pp);
919 template <class Q>
920 static HRESULT CreateInstance(IUnknown* punkOuter, Q** pp)
924 return T::_CreatorClass::CreateInstance(NULL, __uuidof(Q), (void**) pp);
1377 template <class Q>
1378 HRESULT QueryHost(Q** ppUnk)
1380 return QueryHost(__uuidof(Q), (void**)ppUnk);
1391 template <class Q>
1392 HRESULT QueryControl(Q** ppUnk)
1394 return QueryControl(__uuidof(Q), (void**)ppUnk);