search for: error_invalid_parameter

Displaying 11 results from an estimated 11 matches for "error_invalid_parameter".

2008 Mar 19
2
AddPrinterConnection returns ERROR_INVALID_PARAMETER
I set up a Point-n-Print printer server with Samba3.0.28 and it works fine from XP, but when I try to connect and install the printer driver from Vista machines, it gives me 0x57 error, does anybody know why this is happening? I later found out it's AddPrinterConnection call failing, but I don't know how to go any further beyond that. Thanks
2011 Aug 13
3
User32::MENU_CopySysPopup problem
When this code may fail? Code: /*********************************************************************** * MENU_CopySysPopup * * Return the default system menu. */ static HMENU MENU_CopySysPopup(BOOL mdi) { static const WCHAR sysmenuW[] = {'S','Y','S','M','E','N','U',0}; static const WCHAR sysmenumdiW[] =
2004 Feb 24
1
Serial port communication
Hello, I'm trying to use my Visual C++ program under Linux using Wine. My program configurates a serial port, sends and receives data through it. At first everything seemed to be running, but then I noticed a very curious thing: the program running under wine seems to have no notice when a single byte was sent to it to the serial port. If I send two or more bytes - everything OK. With one
2012 Feb 17
0
Wine release 1.4-rc4
...Huw Davies (1): oleaut32: Zero-init [out] only parameters. Hwang YunSong (1): po: Update Korean translation. Jeremy White (1): oleaut32: When marshalling VT_CARRAY, only marshall by reference for appropriate types. Johan Gill (1): advapi32: CryptCreateHash actually sets ERROR_INVALID_PARAMETER if the CSP handle is 0. Juan Lang (3): advapi32/tests: Fix a test failure on older NT4. crypt32/tests: Fix test failures on older NT4. cryptnet/tests: Fix test failures on older NT4. Julian R?ger (1): po: Update German translation. J?rg H?hle (4): winmm: Allow new s...
2008 Feb 22
0
Wine release 0.9.56
...Codepage in MsiDatabaseExport. msi: Don't check for the existence of the msi package when running a concurrent install. msi: Successfully return an empty string when requesting a record index beyond the record's size. msi: Add tests for MsiGetProductInfo. msi: Return ERROR_INVALID_PARAMETER if szProduct is invalid. msi: Test the remaining installer properties returned by MsiGetProductInfo. msi: Reimplement MsiGetProductInfo. msi: Read the language info from the file. msi: Use MsiViewModify instead of building a SQL query when adding rows to the table. msi...
2008 Feb 08
0
Wine release 0.9.55
...in an INSERT query. msi: Implement the MSIMODIFY_ASSIGN action of MsiViewModify for the streams table. msi: Add tests for MsiGetFileVersion. msi: Only convert output strings if the call succeeded. msi: Translate ERROR_BAD_PATHNAME into ERROR_FILE_NOT_FOUND. msi: Return ERROR_INVALID_PARAMETER if a string pointer is non-NULL and the size pointer is NULL. msi: Return ERROR_FILE_INVALID if the file has no version information. msi: Leave room for the NULL terminator. msi: Return the string length even if the string is NULL. msi: Return ERROR_MORE_DATA if the size is...
2007 Dec 28
0
Wine release 0.9.52
...msi: Add tests for MsiEnumClients. msi: Validate the parameters of MsiEnumClients. msi: Check the user component key for the clients. msi: Also check the local system component key for the clients. msi: Return ERROR_UNKNOWN_COMPONENT if no products exist. msi: Return ERROR_INVALID_PARAMETER if the product list is empty and index is not zero. msi: The line control has a height of exactly 2 device units. msi: Set the text color after calling the window proc. msi: Test sorting a table using a column that is not selected. msi: Sort each table of the join separately...
2019 Feb 04
0
Wine release 4.1
...SHGDN_FORADDRESSBAR. Gijs Vermeulen (5): msvcp140: Export _Equivalent and port tests. msvcp: Set correct error code on non-existing path in _Open_dir. msvcp: Set target to null on error in _Open_dir. kernel32/tests: Add CopyFile[Ex]A NULL handling tests. msvcp: Return ERROR_INVALID_PARAMETER on NULL input in _Copy_file. Hans Leidekker (12): wbemprox: Support cpuid on 64-bit. wbemprox: Strip trailing spaces from processor name. wbemprox: Include extended model and family fields in processor properties. wbemprox: Fix processor caption on AMD 64-bit. wbempro...
2007 Jul 13
0
Wine release 0.9.41
...crypt32: Don't fail when CryptVerifyCertificateSignatureEx is missing, use skip (and get rid of unnecessary indenting). crypt32: Accept OSS errors. crypt32: Accept OSS errors as well. crypt32: Accept ERROR_BADKEY in addition to ERROR_INVALID_HANDLE. crypt32: Accept ERROR_INVALID_PARAMETER in addition to ERROR_PATH_NOT_FOUND (and remove no-longer-useful checkFileStoreFailure). crypt32: Pass function pointers to CryptMsgBase_Init rather than rely on callers to initialize them. crypt32: Add more tests for opening a data message for encoding. crypt32: Make a copy of a...
2006 Dec 08
0
Wine release 0.9.27
...i: Add some tests for the ALTER query. msi: More tests for the SourceDir property. msi: Comparisons with null in conditions are special. msi: Add tests for comparison to empty strings. Paul Vriens (7): winetest: Make sure we can send larger files. user32: W2K3 returns ERROR_INVALID_PARAMETER. advapi32/tests: Free memory after use. wininet/test: Free memory after use. version/tests: Free memory after use. ntdll/tests: Fix typo. advpack/tests: Change the output for HRESULT's. Peter Beutner (4): ntdll: Simplify exception tests. ntdll: Run exc...
2009 Jan 30
0
Wine release 1.1.14
...'. Frans Kool (2): crypt32: Added missing Dutch translation. cryptdlg: Added Dutch translations. Ge van Geldorp (13): user32/tests: Save iSmCaptionWidth for later testing. winetest: Make the wrapper immune to Ctrl-C. msi/tests: Windows Installer 3.0 often returns ERROR_INVALID_PARAMETER. msi/tests: Double nul-terminate REG_MULTI_SZ values. urlmon/tests: Fix protocol tests when proxy is configured. msi/tests: EstimatedSize is not set consistently between Windows Installer versions. user32/tests: Prevent buffer overflow. ole32/tests: Some Windows versio...