Hi Bernhard,
On 28/09/2018 23:08, Bernhard Übelacker wrote:
+/* query informations monitor information, even in non-interactive services */ +static void test_monitors(void) +{
- BOOL r;
- r = EnumDisplayMonitors(0, 0, monitor_enum_proc, 0);
- service_ok(r, "EnumDisplayMonitors failed.\n");
Note that an implementation that will not call the callback at all will pass this test as well. It would be nice to make sure that callback was called exactly once.
Thanks, Jacek