Undocumented behaviour in ReqQueryValueEx when 'count' and 'type'point to the same address

Dmitry Timoshkov dmitry at codeweavers.com
Fri Dec 14 02:36:15 CST 2007


"Sam Dennis" <samuel.howard.dennis at gmail.com> wrote:

> +    size = 4;
> +    ret = RegQueryValueExA(hkey_main, "BIN32", NULL, &size, buffer, &size);
> +    ok(ret == ERROR_SUCCESS, "expected ERROR_SUCCESS, got %d\n", ret);

What this test is supposed to test?

-- 
Dmitry.



More information about the wine-devel mailing list