ReactOS 0.4.16-dev-1012-g3fe4b41
|
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 48 of file pager.c.
Definition at line 386 of file pager.c.
Referenced by register_child_wnd_class().
Definition at line 372 of file pager.c.
Referenced by test_pager().
Definition at line 1298 of file pager.c.
|
static |
Definition at line 674 of file pager.c.
Referenced by test_notify_proc().
Definition at line 599 of file pager.c.
Referenced by test_notify_proc().
|
static |
Definition at line 661 of file pager.c.
Referenced by test_notify_proc().
|
static |
Definition at line 359 of file pager.c.
Referenced by create_pager_control().
|
static |
Definition at line 278 of file pager.c.
Referenced by register_parent_wnd_class().
Definition at line 415 of file pager.c.
Referenced by test_pager().
Definition at line 530 of file pager.c.
Referenced by test_wm_notifyformat().
Definition at line 332 of file pager.c.
Referenced by create_parent_window().
Definition at line 908 of file pager.c.
|
static |
Definition at line 918 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 1309 of file pager.c.
|
static |
Definition at line 939 of file pager.c.
|
static |
Definition at line 686 of file pager.c.
Referenced by register_test_notify_class().
|
static |
Definition at line 510 of file pager.c.
Referenced by register_notifyformat_class().
Definition at line 432 of file pager.c.
Definition at line 1156 of file pager.c.
Definition at line 1046 of file pager.c.
Definition at line 1088 of file pager.c.
Definition at line 1118 of file pager.c.
Definition at line 542 of file pager.c.
Definition at line 45 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 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 207 of file pager.c.
Referenced by child_proc(), pager_subclass_proc(), parent_wnd_proc(), and test_pager().
Definition at line 209 of file pager.c.
Referenced by test_pager().
Definition at line 265 of file pager.c.
Referenced by test_pager().
Definition at line 241 of file pager.c.
Referenced by test_pager().
Definition at line 227 of file pager.c.
Referenced by test_pager().
Definition at line 33 of file pager.c.
Referenced by test_notify_proc().
|
static |
Definition at line 131 of file pager.c.
Referenced by notify_generic_text_handler(), and test_notify_generic_text_helper().
|
static |
Definition at line 121 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 140 of file pager.c.
Referenced by notify_generic_text_handler(), and test_notify_generic_text_helper().
|
static |
Definition at line 126 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 34 of file pager.c.
Referenced by test_note(), test_notify_proc(), test_wm_notify_comboboxex(), and test_wm_notify_header().