Sweden-Number/dlls/advapi32
Francois Gouget b934fc90eb advapi32: Fix and extend the RegQueryValueEx() tests.
- Added tests for empty and zero-byte strings. Wine passes these tests, sort of.
- Check that the returned string is correct.
- All known Windows versions implement RegQueryValueExA(), so complain if it is not implemented.
- Only allow the Win9x quirks for the Ansi version.
- Query the name2A/W value for the string2A/W tests!
- The test_hkey_main_Value_A/W() functions were doing a sizeof() on the string parameter to compute the string's full size!
- We must reset GLE before each test, otherwise Win9x skips all but the first test.
2007-04-16 12:08:25 +02:00
..
tests advapi32: Fix and extend the RegQueryValueEx() tests. 2007-04-16 12:08:25 +02:00
Makefile.in Added version information for a number of dlls. 2007-03-07 21:25:16 +01:00
advapi.c advapi32: Avoid slashes and backslashes in user names. 2007-02-28 14:51:04 +01:00
advapi32.spec advapi32: Add CreateWellKnownSid and IsWellKnownSid. 2006-07-17 13:45:11 +02:00
advapi32_misc.h advapi32: Add more helper functions. 2006-07-31 14:49:31 +02:00
crypt.c advapi32: Spelling fixes. 2007-04-07 11:01:17 +02:00
crypt.h advapi32: Fix prototypes to match the PSDK. 2007-02-05 12:25:48 +01:00
crypt_arc4.c Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
crypt_des.c Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
crypt_lmhash.c advapi32: Replace const pointer parameters with correct pointers to const. 2007-03-05 12:09:03 +01:00
crypt_md4.c advapi32: Constify some variables. 2007-03-12 12:01:10 +01:00
crypt_md5.c Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
crypt_sha.c advapi32: Constify a parameter. 2006-11-13 12:47:10 +01:00
eventlog.c advapi32: Win64 printf format warning fixes. 2006-10-03 16:21:58 +02:00
lsa.c advapi32: Constify some variables. 2007-03-12 12:01:17 +01:00
registry.c advapi32: Spelling fixes. 2007-04-07 11:01:17 +02:00
security.c advapi: Improve SetEntriesInAclW stub. 2007-03-20 12:39:41 +01:00
service.c advapi32: Constify some variables. 2007-04-03 11:22:20 +02:00
version.rc Added version information for a number of dlls. 2007-03-07 21:25:16 +01:00