Lines Matching refs:ppv
287 STDMETHODIMP EmbedDocument_Impl::QueryInterface( REFIID riid, void FAR* FAR* ppv ) in QueryInterface() argument
292 *ppv = (IUnknown*) (IPersistStorage*) this; in QueryInterface()
298 *ppv = (IPersist*) (IPersistStorage*) this; in QueryInterface()
304 *ppv = (IExternalConnection*) this; in QueryInterface()
310 *ppv = (IPersistStorage*) this; in QueryInterface()
316 *ppv = (IDataObject*) this; in QueryInterface()
322 *ppv = (IOleObject*) this; in QueryInterface()
328 *ppv = (IOleWindow*) this; in QueryInterface()
334 *ppv = (IOleInPlaceObject*) this; in QueryInterface()
340 *ppv = (IPersistFile*) this; in QueryInterface()
346 *ppv = (IDispatch*) this; in QueryInterface()
350 *ppv = NULL; in QueryInterface()