Commit 8d387f06 authored by Jörg Höhle's avatar Jörg Höhle Committed by Alexandre Julliard

user32/tests: Add a few IsWindow checks.

parent e0dcc2cd
......@@ -3936,6 +3936,10 @@ static void test_params(void)
HWND hwnd;
INT rc;
ok(!IsWindow(0), "IsWindow(0)\n");
ok(!IsWindow(HWND_BROADCAST), "IsWindow(HWND_BROADCAST)\n");
ok(!IsWindow(HWND_TOPMOST), "IsWindow(HWND_TOPMOST)\n");
/* Just a param check */
if (pGetMonitorInfoA)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment