Searched refs:S_OK (Results 251 - 275 of 308) sorted by relevance

<<111213

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dshader.c1555 return S_OK;
1860 return S_OK;
1957 return S_OK;
H A Dtexture.c251 Assert(tmpHr == S_OK);
H A Dbuffer.c664 return S_OK;
H A Dstateblock.c481 return S_OK;
H A Ddevice.c596 return S_OK;
5074 HRESULT hr = S_OK;
6494 return S_OK;
6569 return S_OK;
/vbox/src/VBox/Devices/USB/darwin/
H A DUSBProxyDevice-darwin.cpp836 if (hrc == S_OK)
1210 if (hrc == S_OK)
/vbox/src/VBox/Devices/Audio/
H A Ddsoundaudio.c852 ds->hr_last_run_in = S_OK;
/vbox/src/VBox/Additions/WINNT/Installer/
H A DVBoxDrvInst.cpp189 HRESULT hr = S_OK;
/vbox/include/VBox/com/
H A Darray.h96 return S_OK;
138 return S_OK;
1184 AssertComRCReturn(rc == S_OK, false);
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp2193 *phrcWinVerifyTrust = S_OK;
2230 if (hrc == S_OK)
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIMessageCenter.cpp2561 QString UIMessageCenter::formatErrorInfo(const COMErrorInfo &info, HRESULT wrapperRC /* = S_OK */)
2576 Assert(wrapper.lastRC() != S_OK);
2583 Assert(rc.rc() != S_OK);
2737 HRESULT wrapperRC /* = S_OK */)
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp344 return S_OK;
1139 HRESULT rc = S_OK;
/vbox/src/VBox/HostDrivers/VBoxUSB/win/lib/
H A DVBoxUsbLib-win.cpp1361 if (hr == S_OK)
/vbox/src/VBox/HostServices/SharedOpenGL/crserver/
H A Dcrservice.cpp1086 if (rc == S_OK)
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUISession.cpp520 if (!progressInstall.isOk() || rc != S_OK)
/vbox/src/VBox/NetworkServices/NAT/
H A DVBoxNetLwipNAT.cpp208 HRESULT hrc = S_OK;
/vbox/src/VBox/Main/testcase/
H A DtstAPI.cpp60 HRESULT rc = S_OK;
/vbox/src/VBox/Devices/Storage/
H A DDrvHostBase.cpp938 if (hrc == S_OK)
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DDarwinKeyboard.cpp757 if (hrc == S_OK)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dtexture.c1747 HRESULT hr = S_OK;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Ddevice.c252 return S_OK;
270 return S_OK;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Ddevice.c288 return S_OK;
295 return S_OK;
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvbox.py233 ComError.NS_OK = ComError.S_OK;
244 ComError.S_OK = ComError.NS_OK;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddplay8.h84 #define DPN_OK S_OK
H A Dwinerror.h2039 #define S_OK _HRESULT_TYPEDEF_(0) macro

Completed in 328 milliseconds

<<111213