Searched refs:S_OK (Results 201 - 225 of 308) sorted by relevance

1234567891011>>

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp2723 HRESULT rc = S_OK;
2786 HRESULT rc = S_OK;
2869 HRESULT rc = S_OK;
2951 HRESULT rc = S_OK;
3119 HRESULT rc = S_OK;
3291 HRESULT rc = S_OK;
3575 HRESULT rc = S_OK;
3753 HRESULT rc = S_OK;
H A DVBoxManageSnapshot.cpp492 rc = handleSnapshotList(a, sessionMachine) == RTEXITCODE_SUCCESS ? S_OK : E_FAIL;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Dbuffer.c48 return S_OK;
343 return S_OK;
H A Dsurface.c50 return S_OK;
H A Dtexture.c59 return S_OK;
427 return S_OK;
820 return S_OK;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dbuffer.c50 return S_OK;
344 return S_OK;
H A Ddirectx.c52 return S_OK;
66 return S_OK;
H A Dtexture.c61 return S_OK;
472 return S_OK;
911 return S_OK;
/vbox/src/VBox/Runtime/r3/win/
H A Dpath-win.cpp181 fValidFolderPath = (hrc == S_OK);
234 if ( hrc == S_OK /* Found */
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dcubetexture.c166 return S_OK;
264 Assert(tmpHr == S_OK);
H A Dswapchain.c730 return S_OK;
737 return S_OK;
769 return S_OK;
/vbox/src/VBox/Devices/Audio/
H A DDrvHostDSound.cpp394 HRESULT hr = S_OK;
723 HRESULT hr = S_OK;
805 pDSoundStrmIn->hrLastCaptureIn = S_OK;
1243 pDSoundStrmIn->hrLastCaptureIn = S_OK;
/vbox/src/VBox/Main/glue/
H A Dcom.cpp95 if (StringFromIID(aIID, &iidStr) == S_OK)
/vbox/src/VBox/Main/src-server/generic/
H A DNetIf-generic.cpp345 progress->i_notifyComplete(S_OK);
/vbox/src/VBox/Main/testcase/
H A DtstOVF.cpp293 HRESULT rc = S_OK;
/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxModAPIMonitor.cpp458 HRESULT rc = S_OK;
H A DVBoxWatchdog.cpp163 return S_OK;
279 return S_OK;
682 HRESULT rc = S_OK;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Dcubetexture.c47 return S_OK;
H A Dsurface.c46 return S_OK;
H A Dtexture.c47 return S_OK;
H A Dvertexdeclaration.c48 return S_OK;
H A Dvolumetexture.c47 return S_OK;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dswapchain.c48 return S_OK;
/vbox/src/VBox/Main/src-all/
H A DGlobal.cpp533 case S_OK: return VINF_SUCCESS;
578 case VINF_SUCCESS: return S_OK;
614 return S_OK;
/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp63 return S_OK;
125 return S_OK;
638 if (hrc != S_OK)
679 if (hrc != S_OK)
708 if (hrc != S_OK)
737 if (hrc == S_OK && !bstr.isEmpty())
2130 com::Utf8Str value = hrc == S_OK? bstr: "";
4087 return S_OK;
4123 return S_OK; \
4142 return S_OK; \
[all...]

Completed in 185 milliseconds

1234567891011>>