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

2007-12-14 Thread Juan Lang
> Shouldn't the test also check for returned values in size and buffer? Yes, I expect so. --Juan

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

2007-12-14 Thread Dmitry Timoshkov
"Juan Lang" <[EMAIL PROTECTED]> 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? > > It tests the order in which