Home
last modified time | relevance | path

Searched refs:riid (Results 1 – 5 of 5) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dresource_view_provider.cpp41 IFACEMETHODIMP resource_view_provider::QueryInterface(REFIID riid, void** ppInterface) in QueryInterface() argument
43 …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()
Dresource_item_provider.cpp43 IFACEMETHODIMP resource_item_provider::QueryInterface(REFIID riid, void** ppInterface) in QueryInterface() argument
45 …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()
Dresource_view_provider.h17 IFACEMETHODIMP QueryInterface(REFIID riid, void** ppInterface);
Dresource_item_provider.h18 IFACEMETHODIMP QueryInterface(REFIID riid, void** ppInterface);
Dimage_reader.h267 IFACEMETHODIMP QueryInterface(REFIID riid, void **ppInterface) { return 0; } in QueryInterface() argument