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

12

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinsock2.h365 #define WSA_INVALID_PARAMETER (ERROR_INVALID_PARAMETER)
H A Dwinerror.h184 #define ERROR_INVALID_PARAMETER 87 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinsock2.h365 #define WSA_INVALID_PARAMETER (ERROR_INVALID_PARAMETER)
H A Dwinerror.h185 #define ERROR_INVALID_PARAMETER 87 macro
/vbox/src/VBox/Runtime/r3/win/
H A Dprocess-win.cpp1338 if (dwErr == ERROR_INVALID_PARAMETER)
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp1929 && RtlGetLastWin32Error() == ERROR_INVALID_PARAMETER)
2496 else if (hrc == ERROR_INVALID_PARAMETER)
H A DSUPR3HardenedMain-win.cpp477 && RtlGetLastWin32Error() == ERROR_INVALID_PARAMETER)
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp1741 else if ( GetLastError() == ERROR_INVALID_PARAMETER
/vbox/src/VBox/Additions/os2/VBoxSF/
H A DVBoxSFA.asm45 %define ERROR_INVALID_PARAMETER 87
1351 mov ax, ERROR_INVALID_PARAMETER
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp5202 Assert(winEr == ERROR_INVALID_PARAMETER || winEr == ERROR_NOT_SUPPORTED || winEr == ERROR_BAD_COMMAND);

Completed in 168 milliseconds

12