Searched refs:ERROR_SUCCESS (Results 1 - 25 of 37) sorted by relevance

12

/vbox/src/VBox/Main/src-client/win/
H A Ddllmain.cpp186 if (rc == ERROR_SUCCESS)
199 AssertBreak(rc == ERROR_SUCCESS);
203 if (rc != ERROR_SUCCESS)
209 if (rc != ERROR_SUCCESS)
220 if (rc != ERROR_SUCCESS)
226 if (rc != ERROR_SUCCESS)
239 Assert(rc == ERROR_SUCCESS);
256 if (rc == ERROR_SUCCESS)
269 AssertBreak(rc == ERROR_SUCCESS);
273 if (rc != ERROR_SUCCESS)
[all...]
/vbox/src/VBox/Installer/win/InstallHelper/
H A DVBoxInstallHelper.cpp114 return ERROR_SUCCESS;
122 return ERROR_SUCCESS;
131 DWORD rc = ERROR_SUCCESS;
192 if (rc != ERROR_SUCCESS)
195 return ERROR_SUCCESS;
208 if (rc != ERROR_SUCCESS || dwLen <= 0)
216 if (rc != ERROR_SUCCESS)
220 if (rc == ERROR_SUCCESS)
239 if ( (ERROR_SUCCESS == dwRetExec)
270 if ( (ERROR_SUCCESS
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Drpcnterr.h31 #define RPC_S_OK ERROR_SUCCESS
/vbox/src/VBox/Additions/WINNT/VBoxCredProv/testcase/
H A DtstCredentialProvider.cpp40 return dwErr == ERROR_SUCCESS ? 0 : 1;
/vbox/src/VBox/Additions/WINNT/VBoxGINA/
H A DHelper.cpp72 if (dwRet == ERROR_SUCCESS)
79 if ( dwRet == ERROR_SUCCESS
87 if ( dwRet == ERROR_SUCCESS
97 if ( dwRet == ERROR_SUCCESS
/vbox/src/VBox/Additions/WINNT/VBoxGINA/testcase/
H A DtstVBoxGINA.cpp59 return dwErr == ERROR_SUCCESS ? 0 : 1;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Drpcnterr.h31 #define RPC_S_OK ERROR_SUCCESS
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibAdditions.cpp102 if (r != ERROR_SUCCESS)
111 if (r != ERROR_SUCCESS)
115 if (r != ERROR_SUCCESS)
124 if (r != ERROR_SUCCESS)
128 if (r != ERROR_SUCCESS)
200 if (lRet == ERROR_SUCCESS)
328 if ((l != ERROR_SUCCESS) && (l != ERROR_FILE_NOT_FOUND))
/vbox/src/VBox/Additions/WINNT/Installer/
H A DVBoxDrvInst.cpp293 if (dwRet != ERROR_SUCCESS)
518 if (lRet != ERROR_SUCCESS)
521 if (lRet == ERROR_SUCCESS)
528 if ( lRet != ERROR_SUCCESS
580 if (lRet != ERROR_SUCCESS)
586 if (lRet == ERROR_SUCCESS)
591 return (lRet == ERROR_SUCCESS) ? EXIT_OK : EXIT_FAIL;
614 if (lRet != ERROR_SUCCESS)
617 if (lRet == ERROR_SUCCESS)
623 if ( lRet != ERROR_SUCCESS
[all...]
H A DVBoxGuestDrvInst.cpp290 &disp) == ERROR_SUCCESS)
336 &disp) == ERROR_SUCCESS)
360 &disp) == ERROR_SUCCESS)
375 &disp) == ERROR_SUCCESS)
/vbox/src/VBox/Additions/WINNT/VBoxCredProv/
H A DVBoxCredProvProvider.cpp133 if (dwRet == ERROR_SUCCESS)
140 if ( dwRet == ERROR_SUCCESS
148 if ( dwRet == ERROR_SUCCESS
158 if ( dwRet == ERROR_SUCCESS
169 return ERROR_SUCCESS;
228 if (dwErr != ERROR_SUCCESS)
H A DVBoxCredentialProvider.cpp506 if (dwRet == ERROR_SUCCESS)
513 if ( dwRet == ERROR_SUCCESS
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/nobj/
H A DVBoxNetFltNobj.cpp119 if (winEr != ERROR_SUCCESS)
149 if (winEr == ERROR_SUCCESS)
160 if (winEr != ERROR_SUCCESS)
246 if (winEr == ERROR_SUCCESS)
254 if (winEr == ERROR_SUCCESS)
310 if (winEr == ERROR_SUCCESS)
322 if (winEr == ERROR_SUCCESS)
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDispIf.cpp95 if (winEr != ERROR_SUCCESS)
116 if (winEr != ERROR_SUCCESS)
128 return ERROR_SUCCESS;
168 return ERROR_SUCCESS;
190 if (winEr != ERROR_SUCCESS)
213 return ERROR_SUCCESS;
278 return ERROR_SUCCESS;
295 if (winEr != ERROR_SUCCESS)
360 return ERROR_SUCCESS;
366 if (winEr != ERROR_SUCCESS)
[all...]
H A DVBoxLA.cpp149 if (lErr != ERROR_SUCCESS)
165 if (lErr != ERROR_SUCCESS)
191 if (lErr != ERROR_SUCCESS)
223 if (dwErr != ERROR_SUCCESS)
257 else if (dwRet != ERROR_SUCCESS)
432 if (lErr == ERROR_SUCCESS)
452 if (lErr == ERROR_SUCCESS)
504 if (lErr != ERROR_SUCCESS)
520 if (lErr != ERROR_SUCCESS)
555 if (lErr != ERROR_SUCCESS)
[all...]
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxService-win.cpp79 if (ERROR_SUCCESS != dwRes)
98 if (ERROR_SUCCESS != dwRes)
108 if (ERROR_SUCCESS != dwRes)
302 == ERROR_SUCCESS)
348 if (dwRes != ERROR_SUCCESS)
H A DVBoxServiceVMInfo-win.cpp226 DWORD dwErr = ERROR_SUCCESS;
276 dwErr = ERROR_SUCCESS;
301 if (dwErr == ERROR_SUCCESS)
309 if (dwErr == ERROR_SUCCESS)
334 if (dwErr == ERROR_SUCCESS)
341 if (dwErr == ERROR_SUCCESS)
387 if (dwErr != ERROR_SUCCESS)
414 if (dwErr != ERROR_SUCCESS)
1040 ulError = ERROR_SUCCESS;
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/tools/
H A DVBoxNetAdpInstall.cpp45 DWORD dwErr = ERROR_SUCCESS;
51 if (dwErr == ERROR_SUCCESS)
/vbox/src/VBox/Main/glue/
H A Dcom.cpp100 if (rc == ERROR_SUCCESS)
104 if (rc == ERROR_SUCCESS)
109 if (rc == ERROR_SUCCESS && type == REG_SZ)
114 if (rc != ERROR_SUCCESS)
/vbox/src/libs/xpcom18a4/xpcom/glue/standalone/
H A DnsGREDirServiceProvider.cpp449 if (::RegOpenKeyEx(HKEY_CURRENT_USER, szKey, 0, KEY_QUERY_VALUE, &hRegKey) == ERROR_SUCCESS) {
450 if (::RegQueryValueEx(hRegKey, "GreHome", NULL, NULL, (BYTE *)sGRELocation, &dwLength) != ERROR_SUCCESS) {
459 if (::RegOpenKeyEx(HKEY_LOCAL_MACHINE, szKey, 0, KEY_QUERY_VALUE, &hRegKey) == ERROR_SUCCESS) {
460 if (::RegQueryValueEx(hRegKey, "GreHome", NULL, NULL, (BYTE *)sGRELocation, &dwLength) != ERROR_SUCCESS) {
/vbox/src/VBox/Main/src-server/win/
H A DHostDnsServiceWin.cpp78 if (lrc != ERROR_SUCCESS)
140 AssertMsgReturn(lrc == ERROR_SUCCESS,
262 if (lrc != ERROR_SUCCESS)
/vbox/src/VBox/Additions/common/VBoxControl/
H A DVBoxControl.cpp658 if (status == ERROR_SUCCESS)
675 if (status != ERROR_SUCCESS || !hkeyDeviceMap)
696 if ( status == ERROR_SUCCESS
708 if ( status == ERROR_SUCCESS
738 if ( status == ERROR_SUCCESS
744 if (status == ERROR_SUCCESS)
780 if (status != ERROR_SUCCESS)
812 if (status != ERROR_SUCCESS)
831 if (status != ERROR_SUCCESS)
849 if (status != ERROR_SUCCESS)
[all...]
/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp_dns.c44 ULONG ret = ERROR_SUCCESS;
69 if (ret != ERROR_SUCCESS)
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dthreads.c97 if ( err != ERROR_SUCCESS ) {
/vbox/src/VBox/Runtime/win/
H A DRTErrConvertFromWin32.cpp40 if (uNativeCode == ERROR_SUCCESS)

Completed in 119 milliseconds

12