[PATCH v2 1/5] kernel32/tests: Test ReadFileScatter() completion status with FILE_SKIP_COMPLETION_PORT_ON_SUCCESS.

Jacek Caban jacek at codeweavers.com
Wed Feb 20 11:43:28 CST 2019


Hi Paul,

On 2/20/19 6:33 PM, Paul Gofman wrote:
> +
> +        br = pSetFileCompletionNotificationModes(hfile, 0);
> +        ok(br, "SetFileCompletionNotificationModes failed, error %u.\n", GetLastError());


It doesn't really hurt, but note that this call is no-op. You can't 
reset mode bits that are already set. Since the handle is closed just 
after this test, you could just skip this part.


Jacek




More information about the wine-devel mailing list