Searched refs:riid (Results 1 – 5 of 5) sorted by relevance
41 IFACEMETHODIMP resource_view_provider::QueryInterface(REFIID riid, void** ppInterface) in QueryInterface() argument43 …if (riid == __uuidof(IUnknown)) *ppInterface = static_cast<IRawElemen… in QueryInterface()44 …else if (riid == __uuidof(IRawElementProviderSimple)) *ppInterface = static_cast<IRawElemen… in QueryInterface()45 …else if (riid == __uuidof(IRawElementProviderFragment)) *ppInterface = static_cast<IRawElemen… in QueryInterface()46 …else if (riid == __uuidof(IRawElementProviderFragmentRoot)) *ppInterface = static_cast<IRawElemen… in QueryInterface()47 …else if (riid == __uuidof(ISelectionProvider)) *ppInterface = static_cast<ISelection… in QueryInterface()
43 IFACEMETHODIMP resource_item_provider::QueryInterface(REFIID riid, void** ppInterface) in QueryInterface() argument45 …if (riid == __uuidof(IUnknown)) *ppInterface = static_cast<IRawElemen… in QueryInterface()46 …else if (riid == __uuidof(IRawElementProviderSimple)) *ppInterface = static_cast<IRawElemen… in QueryInterface()47 …else if (riid == __uuidof(IRawElementProviderFragment)) *ppInterface = static_cast<IRawElemen… in QueryInterface()48 …else if (riid == __uuidof(ISelectionItemProvider)) *ppInterface = static_cast<ISelection… in QueryInterface()49 …else if (riid == __uuidof(IExpandCollapseProvider)) *ppInterface = static_cast<IExpandCol… in QueryInterface()50 …else if (riid == __uuidof(IScrollItemProvider)) *ppInterface = static_cast<IScrollIte… in QueryInterface()
17 IFACEMETHODIMP QueryInterface(REFIID riid, void** ppInterface);
18 IFACEMETHODIMP QueryInterface(REFIID riid, void** ppInterface);
267 IFACEMETHODIMP QueryInterface(REFIID riid, void **ppInterface) { return 0; } in QueryInterface() argument