advapi32: Add tests for RegQueryValueEx to show that it sets the data
commitbc590e87a6f9c7421ec3386a7c09a63a3e55dead
authorRobert Shearman <rob@codeweavers.com>
Wed, 16 Aug 2006 12:00:59 +0000 (16 13:00 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 16 Aug 2006 15:02:04 +0000 (16 17:02 +0200)
tree173fb150f76631c6543409e8d45419c1a82aeab8
parentce5c4d38c4b3d2152dec404bc2a1d8da1295d52b
advapi32: Add tests for RegQueryValueEx to show that it sets the data
size to 0 when a buffer isn't present and that it sets the type to
REG_NONE on Win9x.
dlls/advapi32/registry.c
dlls/advapi32/tests/registry.c