ReactOS 0.4.16-dev-319-g6cf4263
|
Go to the source code of this file.
Macros | |
#define | APP_NAME "wclickat" |
#define | DEFAULT_DELAY 500 |
#define | DEFAULT_REPEAT 1000 |
#define | ARRAY_LENGTH(array) (sizeof(array)/sizeof((array)[0])) |
#define | RC_RUNNING -1 |
#define | RC_SUCCESS 0 |
#define | RC_INVALID_ARGUMENTS 1 |
#define | RC_NODISPLAY 2 |
#define | RC_TIMEOUT 3 |
#define | __PRINTF_ATTR(fmt, args) |
Enumerations | |
enum | action_type { ACTION_INVALID , ACTION_FIND , ACTION_LCLICK , ACTION_MCLICK , ACTION_RCLICK } |
Variables | |
static const WCHAR | STATIC_CLASS [] ={'s','t','a','t','i','c','\0'} |
static int | status |
static action_type | g_action = ACTION_INVALID |
static WCHAR * | g_window_class = NULL |
static WCHAR * | g_window_title = NULL |
static long | g_control_id = 0 |
static WCHAR * | g_control_class = NULL |
static WCHAR * | g_control_caption = NULL |
static long | g_x = -1 |
static long | g_y = -1 |
static long | g_dragto_x = -1 |
static long | g_dragto_y = -1 |
static long | g_disabled = 0 |
static long | g_delay = DEFAULT_DELAY |
static long | g_timeout = 0 |
static long | g_repeat = 0 |
static long | g_untildeath = 0 |
static UINT | timer_id |
static int | debug_on =0 |
Definition at line 88 of file wclickat.c.
#define APP_NAME "wclickat" |
Definition at line 35 of file wclickat.c.
Definition at line 39 of file wclickat.c.
#define DEFAULT_DELAY 500 |
Definition at line 36 of file wclickat.c.
#define DEFAULT_REPEAT 1000 |
Definition at line 37 of file wclickat.c.
#define RC_INVALID_ARGUMENTS 1 |
Definition at line 49 of file wclickat.c.
#define RC_NODISPLAY 2 |
Definition at line 50 of file wclickat.c.
#define RC_RUNNING -1 |
Definition at line 47 of file wclickat.c.
#define RC_SUCCESS 0 |
Definition at line 48 of file wclickat.c.
#define RC_TIMEOUT 3 |
Definition at line 51 of file wclickat.c.
Enumerator | |
---|---|
ACTION_INVALID | |
ACTION_FIND | |
ACTION_LCLICK | |
ACTION_MCLICK | |
ACTION_RCLICK |
Definition at line 54 of file wclickat.c.
Definition at line 402 of file wclickat.c.
Referenced by parse_arguments().
Definition at line 422 of file wclickat.c.
Referenced by parse_arguments().
Definition at line 317 of file wclickat.c.
Referenced by DelayProc().
Definition at line 100 of file wclickat.c.
Referenced by ClickProc(), DelayProc(), FindWindowProc(), and main().
Definition at line 361 of file wclickat.c.
Referenced by FindWindowProc().
Definition at line 260 of file wclickat.c.
Referenced by ClickProc(), and FindWindowProc().
Definition at line 184 of file wclickat.c.
Referenced by find_top_window().
Definition at line 215 of file wclickat.c.
Referenced by find_window().
|
static |
Definition at line 251 of file wclickat.c.
Referenced by ClickProc(), CreateHelpViewer(), filedialog_change_filetype(), FindWindowProc(), HtmlHelpA(), HtmlHelpW(), and test_customize_onfolderchange().
Definition at line 374 of file wclickat.c.
Referenced by main().
|
static |
Definition at line 91 of file wclickat.c.
Referenced by main().
Definition at line 657 of file wclickat.c.
Definition at line 152 of file wclickat.c.
Referenced by find_control().
Definition at line 445 of file wclickat.c.
Referenced by main().
Definition at line 394 of file wclickat.c.
Referenced by main().
Definition at line 115 of file wclickat.c.
Referenced by main().
|
static |
Definition at line 90 of file wclickat.c.
Referenced by cxlog(), and init_debug().
|
static |
Definition at line 62 of file wclickat.c.
Referenced by ClickProc(), main(), and parse_arguments().
Definition at line 68 of file wclickat.c.
Referenced by find_control(), and parse_arguments().
Definition at line 67 of file wclickat.c.
Referenced by find_control(), find_top_window(), and parse_arguments().
|
static |
Definition at line 66 of file wclickat.c.
Referenced by find_control(), and parse_arguments().
|
static |
Definition at line 75 of file wclickat.c.
Referenced by FindWindowProc(), and parse_arguments().
|
static |
Definition at line 73 of file wclickat.c.
Referenced by find_control(), find_top_window(), and parse_arguments().
|
static |
Definition at line 71 of file wclickat.c.
Referenced by do_click(), and parse_arguments().
|
static |
Definition at line 72 of file wclickat.c.
Referenced by do_click(), and parse_arguments().
|
static |
Definition at line 77 of file wclickat.c.
Referenced by ClickProc(), DelayProc(), and parse_arguments().
|
static |
Definition at line 76 of file wclickat.c.
Referenced by main(), and parse_arguments().
|
static |
Definition at line 78 of file wclickat.c.
Referenced by ClickProc(), and parse_arguments().
Definition at line 64 of file wclickat.c.
Referenced by find_top_window(), and parse_arguments().
Definition at line 65 of file wclickat.c.
Referenced by find_top_window(), and parse_arguments().
|
static |
Definition at line 69 of file wclickat.c.
Referenced by do_click(), and parse_arguments().
|
static |
Definition at line 70 of file wclickat.c.
Referenced by do_click(), and parse_arguments().
Definition at line 41 of file wclickat.c.
Definition at line 52 of file wclickat.c.
Referenced by main().
|
static |
Definition at line 79 of file wclickat.c.
Referenced by DelayProc(), FindWindowProc(), main(), and window_set_timer().