15 DEFINE_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");
int WINAPI GetClassNameA(_In_ HWND hWnd, _Out_writes_to_(nMaxCount, return) LPSTR lpClassName, _In_ int nMaxCount)
#define SM_XVIRTUALSCREEN
BOOL WINAPI IsWindow(_In_opt_ HWND)
#define SM_CXVIRTUALSCREEN
GLuint GLuint GLsizei count
tShellDimScreen ShellDimScreen
#define MAKEINTRESOURCEA(i)
HINSTANCE WINAPI DECLSPEC_HOTPATCH LoadLibraryA(LPCSTR lpLibFileName)
DEFINE_GUID(CLSID_FadeTask, 0x7EB5FBE4, 0x2100, 0x49E6, 0x85, 0x93, 0x17, 0xE1, 0x30, 0x12, 0x2F, 0x91)
#define SM_CYVIRTUALSCREEN
#define ok_hex(expression, result)
int WINAPI GetSystemMetrics(_In_ int)
START_TEST(ShellDimScreen)
HRESULT(__stdcall * tShellDimScreen)(IUnknown **Unknown, HWND *hWindow)
#define SM_YVIRTUALSCREEN
HRESULT QueryInterface([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
BOOL WINAPI IsWindowVisible(_In_ HWND)
int strcmp(const char *String1, const char *String2)
#define GetProcAddress(x, y)
BOOL WINAPI GetWindowRect(_In_ HWND, _Out_ LPRECT)