On 02/04/2011 09:32 AM, Austin English wrote:
ret = funcs->pfnObjectTrust(&data);
funcs->pfnObjectTrust(&data);
ok(ret == S_FALSE, "Expected S_FALSE, got %08x\n", ret);
This doesn't look correct (you are removing the assignment and then check it). I know that this code path will never be taken, but still.