Searched refs:ppv (Results 1 – 5 of 5) sorted by relevance
83 LeashUICommandHandler::QueryInterface(REFIID iid, void **ppv) in QueryInterface() argument85 if (ppv == NULL) in QueryInterface()89 *ppv = static_cast<IUnknown*>(this); in QueryInterface()91 *ppv = static_cast<IUICommandHandler*>(this); in QueryInterface()93 *ppv = NULL; in QueryInterface()
199 LeashUIApplication::QueryInterface(REFIID iid, void **ppv) in QueryInterface() argument201 if (ppv == NULL) in QueryInterface()205 *ppv = static_cast<IUnknown*>(this); in QueryInterface()207 *ppv = static_cast<IUIApplication*>(this); in QueryInterface()209 *ppv = NULL; in QueryInterface()
55 HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void **ppv);
62 HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void **ppv);
3354 asaQueryInterface(ISequentialStream *this, REFIID riid, void **ppv) in asaQueryInterface() argument3357 *ppv = NULL; in asaQueryInterface()3360 *ppv = this; in asaQueryInterface()