Searched refs:ERROR_NO_MORE_ITEMS (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Main/src-client/win/
H A Ddllmain.cpp193 if (rc == ERROR_NO_MORE_ITEMS)
263 if (rc == ERROR_NO_MORE_ITEMS)
/vbox/src/VBox/Main/src-server/win/
H A DHostDnsServiceWin.cpp256 if (lrc == ERROR_NO_MORE_ITEMS)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddinputd.h56 #define DIERR_NOMOREITEMS MAKE_HRESULT(SEVERITY_ERROR, FACILITY_WIN32, ERROR_NO_MORE_ITEMS)
H A Dwinnetwk.h360 #define WN_NO_MORE_ENTRIES ERROR_NO_MORE_ITEMS
H A Dwinerror.h292 #define ERROR_NO_MORE_ITEMS 259 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinnetwk.h364 #define WN_NO_MORE_ENTRIES ERROR_NO_MORE_ITEMS
H A Dwinerror.h293 #define ERROR_NO_MORE_ITEMS 259 macro
/vbox/src/VBox/Installer/win/InstallHelper/
H A DVBoxInstallHelper.cpp1448 if (GetLastError() == ERROR_NO_MORE_ITEMS)
1579 case ERROR_NO_MORE_ITEMS:
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/
H A DVBoxNetCfg.cpp628 if (winEr == ERROR_NO_MORE_ITEMS)
2514 if (GetLastError() == ERROR_NO_MORE_ITEMS)
2753 * ERROR_NO_MORE_ITEMS, then we have reached the end of the
2758 if (GetLastError() == ERROR_NO_MORE_ITEMS)
/vbox/src/VBox/HostDrivers/win/cfg/
H A DVBoxDrvCfg.cpp507 if (dwErr == ERROR_NO_MORE_ITEMS)
509 NonStandardLogRelCrap((__FUNCTION__": dwErr == ERROR_NO_MORE_ITEMS -> search was finished "));
/vbox/src/VBox/Devices/Parallel/
H A DDrvHostParallel.cpp516 if (GetLastError() != NO_ERROR && GetLastError() != ERROR_NO_MORE_ITEMS)
/vbox/src/VBox/Additions/WINNT/Installer/
H A DVBoxDrvInst.cpp337 case ERROR_NO_MORE_ITEMS:
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxLA.cpp251 if (dwRet == ERROR_NO_MORE_ITEMS)
/vbox/src/VBox/HostDrivers/VBoxUSB/win/lib/
H A DVBoxUsbLib-win.cpp250 if (winEr == ERROR_NO_MORE_ITEMS)
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_wgl.c183 if (lRc == ERROR_NO_MORE_ITEMS)
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/
H A Dprmsgc.c2436 if ((err = GetLastError()) != ERROR_NO_MORE_ITEMS)

Completed in 124 milliseconds