Searched refs:CURSOR_SHOWING (Results 1 – 3 of 3) sorted by relevance
2420 ok( info.flags & CURSOR_SHOWING, "cursor not shown in info\n" ); in test_ShowCursor()2444 ok( info.flags & CURSOR_SHOWING, "cursor not shown in info\n" ); in test_ShowCursor()2497 ok( info.flags & CURSOR_SHOWING, "cursor not shown in info\n" ); in test_ShowCursor()2509 ok( info.flags & CURSOR_SHOWING, "cursor not shown in info\n" ); in test_ShowCursor()
665 SafeCi.flags = ((CurIcon && CurInfo->ShowingCursor >= 0) ? CURSOR_SHOWING : 0); in NtUserGetCursorInfo()
2661 #define CURSOR_SHOWING 0x00000001 macro