ReactOS 0.4.16-dev-853-g88d9285
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
struct | _test_info |
Macros | |
#define | TEST(s, x, y) ok(y == x, "%d: %s called %d times instead of %d\n",i,s, y,x); |
Functions | |
LRESULT CALLBACK | MouseLLHookProc (int nCode, WPARAM wParam, LPARAM lParam) |
LRESULT CALLBACK | MouseHookProc (int nCode, WPARAM wParam, LPARAM lParam) |
static LRESULT CALLBACK | WndProc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) |
static HWND | CreateTestWindow () |
void | Test_SetCursorPos () |
void | Test_DesktopAccess () |
START_TEST (SetCursorPos) | |
Variables | |
static HHOOK | hMouseHookLL |
static HHOOK | hMouseHook |
static struct _test_info | info [] |
static struct _test_info | results [8] |
static int | test_no = 0 |
|
static |
Definition at line 55 of file SetCursorPos.c.
Referenced by Test_SetCursorPos().
Definition at line 41 of file SetCursorPos.c.
Referenced by Test_SetCursorPos().
START_TEST | ( | SetCursorPos | ) |
Definition at line 200 of file SetCursorPos.c.
void Test_DesktopAccess | ( | ) |
Definition at line 159 of file SetCursorPos.c.
Referenced by START_TEST().
void Test_SetCursorPos | ( | ) |
Definition at line 90 of file SetCursorPos.c.
Referenced by START_TEST().
Definition at line 47 of file SetCursorPos.c.
Referenced by CreateTestWindow().
|
static |
Definition at line 10 of file SetCursorPos.c.
Referenced by MouseHookProc(), and Test_SetCursorPos().
|
static |
Definition at line 10 of file SetCursorPos.c.
Referenced by MouseLLHookProc(), and Test_SetCursorPos().
|
static |
Definition at line 19 of file SetCursorPos.c.
|
static |
Definition at line 31 of file SetCursorPos.c.
Referenced by _IRQL_requires_max_(), cf2_interpT2CharString(), CoGetInstanceFromFile(), CoGetInstanceFromIStorage(), ID3DXFontImpl_DrawTextW(), ldap_get_next_page_s(), ldap_get_paged_count(), listbox_query(), MouseHookProc(), MouseLLHookProc(), process_bind_packet_no_send(), RpcAssoc_BindConnection(), RPCRT4_BuildBindAckHeader(), TEST_LCMapStringW(), test_save_settings(), Test_SetCursorPos(), test_swscanf(), test_write_watch(), WndProc(), xsltComputeSortResultInternal(), and xsltDefaultSortFunction().
|
static |
Definition at line 32 of file SetCursorPos.c.
Referenced by MouseHookProc(), MouseLLHookProc(), Test_SetCursorPos(), and WndProc().