Searched refs:ERROR_INVALID_PARAMETER (Results 1 - 25 of 35) sorted by relevance

12

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPRegistry.cpp39 return ERROR_INVALID_PARAMETER;
46 return ERROR_INVALID_PARAMETER;
50 return Status == STATUS_SUCCESS ? NO_ERROR : ERROR_INVALID_PARAMETER;
60 return ERROR_INVALID_PARAMETER;
64 return Status == STATUS_SUCCESS ? NO_ERROR : ERROR_INVALID_PARAMETER;
71 return ERROR_INVALID_PARAMETER;
75 return Status == STATUS_SUCCESS ? NO_ERROR : ERROR_INVALID_PARAMETER;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Drpcnterr.h32 #define RPC_S_INVALID_ARG ERROR_INVALID_PARAMETER
35 #define RPC_S_INVALID_LEVEL ERROR_INVALID_PARAMETER
H A Dwinnetwk.h331 #define WN_BAD_VALUE ERROR_INVALID_PARAMETER
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Drpcnterr.h32 #define RPC_S_INVALID_ARG ERROR_INVALID_PARAMETER
35 #define RPC_S_INVALID_LEVEL ERROR_INVALID_PARAMETER
H A Dwinnetwk.h335 #define WN_BAD_VALUE ERROR_INVALID_PARAMETER
/vbox/src/VBox/Runtime/r3/win/
H A Dvcc100-kernel32-fakes.cpp107 SetLastError(ERROR_INVALID_PARAMETER);
113 SetLastError(ERROR_INVALID_PARAMETER);
138 SetLastError(ERROR_INVALID_PARAMETER);
H A Dpipe-win.cpp203 if (hPipeR == INVALID_HANDLE_VALUE && GetLastError() == ERROR_INVALID_PARAMETER)
211 if (hPipeR == INVALID_HANDLE_VALUE && GetLastError() == ERROR_INVALID_PARAMETER)
H A Dpath-win.cpp460 if (hFile == INVALID_HANDLE_VALUE && GetLastError() == ERROR_INVALID_PARAMETER)
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/
H A DVBoxMPRegistry.cpp30 return ERROR_INVALID_PARAMETER;
H A DVBoxMPIOCTL.cpp143 pStatus->Status = ERROR_INVALID_PARAMETER;
198 pStatus->Status = ERROR_INVALID_PARAMETER;
286 pStatus->Status = ERROR_INVALID_PARAMETER;
H A DVBoxMPDriver.cpp450 pStatus->Status = ERROR_INVALID_PARAMETER;
559 pStatus->Status = ERROR_INVALID_PARAMETER;
/vbox/src/VBox/HostDrivers/VBoxUSB/os2/
H A Dusbcalls.c370 return ERROR_INVALID_PARAMETER;
390 return ERROR_INVALID_PARAMETER;
393 return ERROR_INVALID_PARAMETER;
419 return ERROR_INVALID_PARAMETER;
499 return ERROR_INVALID_PARAMETER;
552 rc= ERROR_INVALID_PARAMETER;
577 return ERROR_INVALID_PARAMETER;
582 return ERROR_INVALID_PARAMETER;
592 return ERROR_INVALID_PARAMETER;
635 rc= ERROR_INVALID_PARAMETER;
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/
H A DVBoxMPCommon.cpp31 return ERROR_INVALID_PARAMETER;
55 Status = ntStatus == STATUS_SUCCESS ? NO_ERROR : ERROR_INVALID_PARAMETER;
/vbox/src/VBox/Runtime/os2/
H A DRTErrConvertFromOS2.cpp84 case ERROR_INVALID_PARAMETER:
/vbox/src/VBox/HostDrivers/Support/os2/
H A DSUPLib-os2.cpp172 if (rc == ERROR_INVALID_PARAMETER)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A D7zFile.c159 default: return ERROR_INVALID_PARAMETER;
/vbox/src/VBox/Installer/win/StubBld/
H A DVBoxStubBld.cpp222 hr = HRESULT_FROM_WIN32(ERROR_INVALID_PARAMETER);
/vbox/src/VBox/Runtime/tools/
H A DRTNtDbgHelp.cpp261 } while (!fRc && GetLastError() == ERROR_INVALID_PARAMETER && iVariation < RT_ELEMENTS(s_acbVariations));
/vbox/src/VBox/Runtime/win/
H A DRTErrConvertFromWin32.cpp87 case ERROR_INVALID_PARAMETER:
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dwin32_errors.c131 case ERROR_INVALID_PARAMETER:
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDispIf.cpp764 return ERROR_INVALID_PARAMETER;
782 return ERROR_INVALID_PARAMETER;
1737 return ERROR_INVALID_PARAMETER;
1756 return ERROR_INVALID_PARAMETER;
1934 return ERROR_INVALID_PARAMETER;
2054 err = ERROR_INVALID_PARAMETER;
2139 return ERROR_INVALID_PARAMETER;
2161 winEr = ERROR_INVALID_PARAMETER;
2178 return ERROR_INVALID_PARAMETER;
2193 return ERROR_INVALID_PARAMETER;
[all...]
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxService-win.cpp73 return ERROR_INVALID_PARAMETER;
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPLib-win.cpp769 case ERROR_INVALID_PARAMETER: return VERR_INVALID_PARAMETER;
/vbox/src/VBox/Additions/WINNT/Installer/
H A DVBoxDrvInst.cpp251 hr = HRESULT_FROM_WIN32(ERROR_INVALID_PARAMETER);
994 case ERROR_INVALID_PARAMETER:
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2_errors.c94 case ERROR_INVALID_PARAMETER:

Completed in 152 milliseconds

12