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

12

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxTray.cpp462 DWORD dwErr = ERROR_SUCCESS;
626 DWORD dwErr = ERROR_SUCCESS;
667 if (dwErr != ERROR_SUCCESS)
685 DWORD dwErr = ERROR_SUCCESS;
743 if ( dwErr == ERROR_SUCCESS
/vbox/src/VBox/Installer/win/Stub/
H A DVBoxStub.cpp509 if (uLogLevel != ERROR_SUCCESS)
544 if (uStatus == ERROR_SUCCESS)
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_wgl.c174 if (ERROR_SUCCESS != lRc)
187 if (lRc != ERROR_SUCCESS)
198 if (ERROR_SUCCESS != lRc)
229 if (ERROR_SUCCESS != lRc)
/vbox/src/VBox/Main/src-server/win/
H A DNetIf-win.cpp918 Assert(rc == ERROR_SUCCESS || rc == ERROR_PATH_NOT_FOUND);
919 if (rc == ERROR_SUCCESS)
928 Assert(rc == ERROR_SUCCESS || rc == ERROR_FILE_NOT_FOUND);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceVMInfo.cpp934 dwRet = ERROR_SUCCESS;
937 if (dwRet != ERROR_SUCCESS)
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/
H A DVBoxNetCfg.cpp454 if (ret == ERROR_SUCCESS)
629 winEr = ERROR_SUCCESS;
2448 if ((status != ERROR_SUCCESS) || !hkeyNetwork)
2454 if ((status != ERROR_SUCCESS) || !hkeyConnection)
2462 if ((status != ERROR_SUCCESS) || (dwKeyType != REG_SZ))
/vbox/src/VBox/Devices/Serial/
H A DDrvNamedPipe.cpp342 else if (hrc != ERROR_SUCCESS)
/vbox/src/VBox/HostDrivers/win/cfg/
H A DVBoxDrvCfg.cpp445 DWORD dwErr = ERROR_SUCCESS;
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dload.c1215 DWORD winErr = ERROR_SUCCESS;
/vbox/src/VBox/Runtime/r3/win/
H A Dfileio-win.cpp948 if (Err != ERROR_SUCCESS)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinerror.h116 #define ERROR_SUCCESS 0 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinerror.h116 #define ERROR_SUCCESS 0 macro

Completed in 131 milliseconds

12