ReactOS 0.4.15-dev-8614-gbc76250
|
Public Attributes | |
UINT | unicode |
UINT | ansi |
UINT_PTR | id_from |
HWND | hwnd_from |
BOOL | received |
UINT | test_id |
UINT | sub_test_id |
UINT | handler_id |
DWORD | flags |
UINT notify_test_info::ansi |
Definition at line 69 of file pager.c.
Referenced by send_notify(), and test_notify_proc().
DWORD notify_test_info::flags |
Definition at line 78 of file pager.c.
Referenced by notify_generic_text_handler(), and test_notify_generic_text_helper().
UINT notify_test_info::handler_id |
Definition at line 76 of file pager.c.
Referenced by test_notify_generic_text_helper(), and test_notify_proc().
HWND notify_test_info::hwnd_from |
Definition at line 71 of file pager.c.
Referenced by send_notify(), and test_notify_proc().
UINT_PTR notify_test_info::id_from |
Definition at line 70 of file pager.c.
Referenced by send_notify(), and test_notify_proc().
BOOL notify_test_info::received |
Definition at line 73 of file pager.c.
Referenced by send_notify(), and test_notify_proc().
UINT notify_test_info::sub_test_id |
Definition at line 75 of file pager.c.
Referenced by notify_datetime_handler(), notify_generic_text_handler(), notify_tooltip_handler(), test_notify_generic_text_helper(), test_wm_notify_datetime(), and test_wm_notify_tooltip().
UINT notify_test_info::test_id |
Definition at line 74 of file pager.c.
Referenced by notify_generic_text_handler(), and test_notify_generic_text_helper().
UINT notify_test_info::unicode |
Definition at line 68 of file pager.c.
Referenced by notify_generic_text_handler(), send_notify(), and test_notify_proc().