Lines Matching refs:ppv
133 STDMETHODIMP ProviderOleWrapper_Impl::QueryInterface(REFIID riid, void FAR* FAR* ppv) in QueryInterface() argument
138 *ppv = (IUnknown*) (IClassFactory*) this; in QueryInterface()
144 *ppv = (IClassFactory*) this; in QueryInterface()
148 *ppv = NULL; in QueryInterface()
171 void FAR* FAR* ppv) in CreateInstance() argument
200 ret = pVariant->pdispVal->QueryInterface(riid, ppv); in CreateInstance()
279 STDMETHODIMP OneInstanceOleWrapper_Impl::QueryInterface(REFIID riid, void FAR* FAR* ppv) in QueryInterface() argument
284 *ppv = (IUnknown*) (IClassFactory*) this; in QueryInterface()
290 *ppv = (IClassFactory*) this; in QueryInterface()
294 *ppv = NULL; in QueryInterface()
317 void FAR* FAR* ppv) in CreateInstance() argument
339 ret = pVariant->punkVal->QueryInterface(riid, ppv); in CreateInstance()