Searched defs:QueryInterface (Results 1 - 4 of 4) sorted by relevance
/openjdk7/hotspot/agent/src/os/win32/windbg/ |
H A D | sawindbg.cpp | 202 STDMETHOD(QueryInterface)(THIS_ 225 STDMETHODIMP SAOutputCallbacks::QueryInterface(THIS_ function in class:SAOutputCallbacks 271 if (ptrIDebugClient->QueryInterface(__uuidof(IDebugControl), (PVOID*) &ptrIDebugControl) 278 if (ptrIDebugClient->QueryInterface(__uuidof(IDebugDataSpaces), (PVOID*) &ptrIDebugDataSpaces) 290 if (ptrIDebugClient->QueryInterface(__uuidof(IDebugAdvanced), (PVOID*) &ptrIDebugAdvanced) 297 if (ptrIDebugClient->QueryInterface(__uuidof(IDebugSymbols), (PVOID*) &ptrIDebugSymbols) 304 if (ptrIDebugClient->QueryInterface(__uuidof(IDebugSystemObjects), (PVOID*) &ptrIDebugSystemObjects) 885 if (tmpClient->QueryInterface(__uuidof(IDebugControl), (PVOID*) &tmpControlPtr) != S_OK) { 886 THROW_NEW_DEBUGGER_EXCEPTION_("Windbg Error: QueryInterface (IDebugControl) failed", 0);
|
/openjdk7/jdk/src/windows/native/sun/windows/ |
H A D | awt_TextComponent.cpp | 878 AwtTextComponent::OleCallback::QueryInterface(REFIID riid, LPVOID * ppvObj) { function in class:AwtTextComponent::OleCallback
|
H A D | awt_DnDDS.cpp | 579 * QueryInterface 582 HRESULT __stdcall AwtDragSource::QueryInterface(REFIID riid, void __RPC_FAR *__RPC_FAR *ppvObject) { function in class:AwtDragSource 1258 * QueryInterface 1261 HRESULT __stdcall AwtDragSource::ADSIEnumFormatEtc::QueryInterface(REFIID riid, void __RPC_FAR *__RPC_FAR *ppvObject) { function in class:AwtDragSource::ADSIEnumFormatEtc 1448 * QueryInterface 1451 HRESULT __stdcall AwtDragSource::ADSIStreamProxy::QueryInterface(REFIID riid, void __RPC_FAR *__RPC_FAR *ppvObject) { function in class:AwtDragSource::ADSIStreamProxy
|
H A D | awt_DnDDT.cpp | 95 * QueryInterface 98 HRESULT __stdcall AwtDropTarget::QueryInterface(REFIID riid, void __RPC_FAR *__RPC_FAR *ppvObject) { function in class:AwtDropTarget
|
Completed in 44 milliseconds