15DEFINE_GUID(CLSID_FadeTask, 0x7EB5FBE4, 0x2100, 0x49E6, 0x85, 0x93, 0x17, 0xE1, 0x30, 0x12, 0x2F, 0x91);
17#define INVALID_POINTER ((PVOID)(ULONG_PTR)0xdeadbeefdeadbeefULL)
36 ok(
IsWindow(wnd),
"Expected a valid window\n");
42 ok(
count == 0,
"Expected count to be 0, was: %lu\n",
count);
43 ok(!
IsWindow(wnd),
"Expected the window to be destroyed\n");
52 ok(
IsWindow(wnd),
"Expected a valid window\n");
56 ok(nRet == 17,
"Expected GetClassName to return 3 was %i\n", nRet);
60 ok(
style == expectedstyle,
"Expected style to be %lx, was %lx\n", expectedstyle,
style);
67 ok(
count == 2,
"Expected count to be 2, was: %lu\n",
count);
69 ok(
count == 1,
"Expected count to be 1, was: %lu\n",
count);
76 ok(unk2 == unk,
"Expected the object to be the same, was: %p, %p\n", unk, unk2);
83 ok(unk2 == unk,
"Expected the object to be the same, was: %p, %p\n", unk, unk2);
99 ok(
count == 0,
"Expected count to be 0, was: %lu\n",
count);
100 ok(!
IsWindow(wnd),
"Expected the window to be destroyed\n");
111 skip(
"msgina!#16 not found, skipping tests\n");
tShellDimScreen ShellDimScreen
HRESULT(__stdcall * tShellDimScreen)(IUnknown **Unknown, HWND *hWindow)
int strcmp(const char *String1, const char *String2)
#define ok_hex(expression, result)
#define GetProcAddress(x, y)
HINSTANCE WINAPI DECLSPEC_HOTPATCH LoadLibraryA(LPCSTR lpLibFileName)
GLuint GLuint GLsizei count
HRESULT QueryInterface([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8)
BOOL WINAPI IsWindow(_In_opt_ HWND)
#define SM_CYVIRTUALSCREEN
BOOL WINAPI GetWindowRect(_In_ HWND, _Out_ LPRECT)
int WINAPI GetClassNameA(_In_ HWND hWnd, _Out_writes_to_(nMaxCount, return) LPSTR lpClassName, _In_ int nMaxCount)
#define SM_CXVIRTUALSCREEN
#define MAKEINTRESOURCEA(i)
#define SM_XVIRTUALSCREEN
BOOL WINAPI IsWindowVisible(_In_ HWND)
int WINAPI GetSystemMetrics(_In_ int)
#define SM_YVIRTUALSCREEN