ReactOS 0.4.15-dev-6679-g945ee4b
|
Go to the source code of this file.
Classes | |
struct | notify_test_info |
struct | notify_test_send |
struct | notify_test_receive |
struct | generic_text_helper_para |
struct | notify_test_tooltip |
struct | notify_test_datetime_format |
Macros | |
#define | NUM_MSG_SEQUENCES 1 |
#define | PAGER_SEQ_INDEX 0 |
#define | CHILD1_ID 1 |
#define | CHILD2_ID 2 |
#define | X(f) p##f = (void*)GetProcAddress(mod, #f); |
Enumerations | |
enum | test_conversion_flags { CONVERT_SEND = 0x01 , DONT_CONVERT_SEND = 0x02 , CONVERT_RECEIVE = 0x04 , DONT_CONVERT_RECEIVE = 0x08 , SEND_EMPTY_IF_NULL = 0x10 , DONT_SEND_EMPTY_IF_NULL = 0x20 , SET_NULL_IF_NO_MASK = 0x40 , ZERO_SEND = 0x80 } |
enum | handler_ids { TVITEM_NEW_HANDLER , TVITEM_OLD_HANDLER } |
Enumerator | |
---|---|
CONVERT_SEND | |
DONT_CONVERT_SEND | |
CONVERT_RECEIVE | |
DONT_CONVERT_RECEIVE | |
SEND_EMPTY_IF_NULL | |
DONT_SEND_EMPTY_IF_NULL | |
SET_NULL_IF_NO_MASK | |
ZERO_SEND |
Definition at line 63 of file pager.c.
Definition at line 401 of file pager.c.
Referenced by register_child_wnd_class().
Definition at line 387 of file pager.c.
Referenced by test_pager().
Definition at line 1312 of file pager.c.
|
static |
Definition at line 689 of file pager.c.
Referenced by test_notify_proc().
Definition at line 614 of file pager.c.
Referenced by test_notify_proc().
|
static |
Definition at line 676 of file pager.c.
Referenced by test_notify_proc().
|
static |
Definition at line 374 of file pager.c.
Referenced by create_pager_control().
|
static |
Definition at line 293 of file pager.c.
Referenced by register_parent_wnd_class().
Definition at line 430 of file pager.c.
Referenced by test_pager().
Definition at line 545 of file pager.c.
Referenced by test_wm_notifyformat().
Definition at line 347 of file pager.c.
Referenced by create_parent_window().
Definition at line 923 of file pager.c.
|
static |
Definition at line 933 of file pager.c.
Referenced by LISTBOX_SetSelection(), test_notify_generic_text_helper(), test_wm_notify_comboboxex(), test_wm_notify_datetime(), test_wm_notify_header(), and test_wm_notify_tooltip().
START_TEST | ( | pager | ) |
Definition at line 1323 of file pager.c.
|
static |
Definition at line 954 of file pager.c.
|
static |
Definition at line 701 of file pager.c.
Referenced by register_test_notify_class().
|
static |
Definition at line 525 of file pager.c.
Referenced by register_notifyformat_class().
Definition at line 447 of file pager.c.
Definition at line 1170 of file pager.c.
Definition at line 1060 of file pager.c.
Definition at line 1102 of file pager.c.
Definition at line 1132 of file pager.c.
Definition at line 557 of file pager.c.
Definition at line 60 of file pager.c.
Referenced by test_notify_generic_text_helper().
|
static |
Definition at line 30 of file pager.c.
Referenced by child_proc(), send_notify(), and test_pager().
|
static |
Definition at line 30 of file pager.c.
Referenced by child_proc(), and test_pager().
|
static |
Definition at line 38 of file pager.c.
Referenced by notify_generic_text_handler().
|
static |
|
static |
|
static |
|
static |
Definition at line 31 of file pager.c.
Referenced by test_notifyformat_proc(), and test_wm_notifyformat().
|
static |
Definition at line 32 of file pager.c.
Referenced by test_notifyformat_proc(), and test_wm_notifyformat().
|
static |
Definition at line 30 of file pager.c.
Referenced by create_pager_control(), and test_wm_notifyformat().
|
static |
Definition at line 222 of file pager.c.
Referenced by child_proc(), pager_subclass_proc(), parent_wnd_proc(), and test_pager().
Definition at line 224 of file pager.c.
Referenced by test_pager().
Definition at line 280 of file pager.c.
Referenced by test_pager().
Definition at line 256 of file pager.c.
Referenced by test_pager().
Definition at line 242 of file pager.c.
Referenced by test_pager().
Definition at line 34 of file pager.c.
Referenced by test_notify_proc().
|
static |
Definition at line 146 of file pager.c.
Referenced by notify_generic_text_handler(), and test_notify_generic_text_helper().
|
static |
Definition at line 136 of file pager.c.
Referenced by notify_generic_text_handler(), and test_notify_generic_text_helper().
|
static |
Referenced by notify_datetime_handler(), and test_wm_notify_datetime().
|
static |
Definition at line 155 of file pager.c.
Referenced by notify_generic_text_handler(), and test_notify_generic_text_helper().
|
static |
Definition at line 141 of file pager.c.
Referenced by notify_generic_text_handler(), and test_notify_generic_text_helper().
|
static |
Referenced by notify_tooltip_handler(), and test_wm_notify_tooltip().
Definition at line 33 of file pager.c.
Referenced by test_note(), test_notify_proc(), test_wm_notify_comboboxex(), and test_wm_notify_header().