Searched refs:QueryInterface (Results 1 - 8 of 8) sorted by relevance

/openjdk9/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_DnDDS.h56 virtual HRESULT __stdcall QueryInterface(REFIID riid, void __RPC_FAR *__RPC_FAR *ppvObject);
154 virtual HRESULT __stdcall QueryInterface(REFIID riid, void __RPC_FAR *__RPC_FAR *ppvObject);
184 virtual HRESULT __stdcall QueryInterface(REFIID riid, void __RPC_FAR *__RPC_FAR *ppvObject);
H A Dawt_TextComponent.h147 STDMETHODIMP QueryInterface(REFIID riid, LPVOID * ppvObj);
H A Dawt_DnDDT.h52 virtual HRESULT __stdcall QueryInterface(REFIID riid, void __RPC_FAR *__RPC_FAR *ppvObject);
H A DShellFolder2.cpp284 hres = pIShellFolder->QueryInterface(IID_IShellIcon, (void**)&pIShellIcon);
703 hres = psl->QueryInterface(IID_IPersistFile, (void**)&ppf);
1148 hr = pIShellFolder->QueryInterface(IID_IShellFolder2, (void**)&pIUnknown);
1263 hr = pIShellFolder->QueryInterface(IID_IShellFolder2, (void**)&pIUnknown);
H A Dawt_DnDDS.cpp581 * QueryInterface
584 HRESULT __stdcall AwtDragSource::QueryInterface(REFIID riid, void __RPC_FAR *__RPC_FAR *ppvObject) { function in class:AwtDragSource
1276 * QueryInterface
1279 HRESULT __stdcall AwtDragSource::ADSIEnumFormatEtc::QueryInterface(REFIID riid, void __RPC_FAR *__RPC_FAR *ppvObject) { function in class:AwtDragSource::ADSIEnumFormatEtc
1466 * QueryInterface
1469 HRESULT __stdcall AwtDragSource::ADSIStreamProxy::QueryInterface(REFIID riid, void __RPC_FAR *__RPC_FAR *ppvObject) { function in class:AwtDragSource::ADSIStreamProxy
H A Dawt_TextComponent.cpp927 AwtTextComponent::OleCallback::QueryInterface(REFIID riid, LPVOID * ppvObj) { function in class:AwtTextComponent::OleCallback
H A Dawt_DnDDT.cpp95 * QueryInterface
98 HRESULT __stdcall AwtDropTarget::QueryInterface(REFIID riid, void __RPC_FAR *__RPC_FAR *ppvObject) { function in class:AwtDropTarget
/openjdk9/hotspot/src/jdk.hotspot.agent/windows/native/libsaproc/
H A Dsawindbg.cpp204 STDMETHOD(QueryInterface)(THIS_
227 STDMETHODIMP SAOutputCallbacks::QueryInterface(THIS_ function in class:SAOutputCallbacks
273 if (ptrIDebugClient->QueryInterface(__uuidof(IDebugControl), (PVOID*) &ptrIDebugControl)
280 if (ptrIDebugClient->QueryInterface(__uuidof(IDebugDataSpaces), (PVOID*) &ptrIDebugDataSpaces)
292 if (ptrIDebugClient->QueryInterface(__uuidof(IDebugAdvanced), (PVOID*) &ptrIDebugAdvanced)
299 if (ptrIDebugClient->QueryInterface(__uuidof(IDebugSymbols), (PVOID*) &ptrIDebugSymbols)
306 if (ptrIDebugClient->QueryInterface(__uuidof(IDebugSystemObjects), (PVOID*) &ptrIDebugSystemObjects)
810 if (tmpClient->QueryInterface(__uuidof(IDebugControl), (PVOID*) &tmpControlPtr) != S_OK) {
811 THROW_NEW_DEBUGGER_EXCEPTION_("Windbg Error: QueryInterface (IDebugControl) failed", 0);

Completed in 74 milliseconds