Lines Matching refs:ppv
380 STDMETHODIMP InprocEmbedDocument_Impl::QueryInterface( REFIID riid, void FAR* FAR* ppv ) in QueryInterface() argument
385 *ppv = (IUnknown*) (IPersistStorage*) this; in QueryInterface()
391 *ppv = (IPersist*) (IPersistStorage*) this; in QueryInterface()
397 *ppv = (IPersistStorage*) this; in QueryInterface()
403 *ppv = (IDataObject*) this; in QueryInterface()
409 *ppv = (IOleObject*) this; in QueryInterface()
415 *ppv = (IPersistFile*) this; in QueryInterface()
421 *ppv = (IRunnableObject*) this; in QueryInterface()
427 *ppv = (IViewObject*) this; in QueryInterface()
433 *ppv = (IViewObject2*) this; in QueryInterface()
439 *ppv = (IOleCache*) &m_aInternalCache; in QueryInterface()
445 *ppv = (IOleCache2*) &m_aInternalCache; in QueryInterface()
451 *ppv = (IOleWindow*) this; in QueryInterface()
457 *ppv = (IOleInPlaceObject*) this; in QueryInterface()
463 *ppv = (IDispatch*) this; in QueryInterface()
467 *ppv = NULL; in QueryInterface()
1839 …P InprocEmbedDocument_Impl::InternalCacheWrapper::QueryInterface( REFIID riid, void FAR* FAR* ppv ) in QueryInterface() argument
1841 return m_rOwnDocument.QueryInterface( riid, ppv ); in QueryInterface()