Lines Matching refs:ppvObject
32 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void** ppvObject);
60 HRESULT StreamFontFileLoader::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() argument
62 *ppvObject = this; in QueryInterface()
66 *ppvObject = nullptr; in QueryInterface()
99 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void** ppvObject);
136 HRESULT StreamFontFileEnumerator::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() argument
138 *ppvObject = this; in QueryInterface()
142 *ppvObject = nullptr; in QueryInterface()
193 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void** ppvObject);
223 HRESULT StreamFontCollectionLoader::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() argument
225 *ppvObject = this; in QueryInterface()
229 *ppvObject = nullptr; in QueryInterface()
611 virtual HRESULT STDMETHODCALLTYPE QueryInterface(IID const& riid, void** ppvObject) override{ in QueryInterface() argument
616 *ppvObject = this; in QueryInterface()
620 *ppvObject = nullptr; in QueryInterface()
712 virtual HRESULT STDMETHODCALLTYPE QueryInterface(IID const& riid, void** ppvObject) override{ in QueryInterface() argument
716 *ppvObject = this; in QueryInterface()
720 *ppvObject = nullptr; in QueryInterface()