Searched refs:HDN_ITEMCHANGEDA (Results 1 – 7 of 7) sorted by relevance
/reactos/modules/rostests/winetests/comctl32/ |
H A D | pager.c | 782 case HDN_ITEMCHANGEDA: in test_notify_proc() 1111 send_notify(pager, HDN_ITEMCHANGEDW, HDN_ITEMCHANGEDA, (LPARAM)&nmh, TRUE); in test_wm_notify_header()
|
H A D | listview.c | 405 { WM_NOTIFY, sent|id, 0, 0, HDN_ITEMCHANGEDA }, 5544 nmh.hdr.code = HDN_ITEMCHANGEDA; in test_header_notification() 5608 parent_header_notify_seq[0].id = HDN_ITEMCHANGEDA; in test_header_notification2() 5612 ok(nmhdr.hdr.code == HDN_ITEMCHANGEDA, "Expected ANSI notification code\n"); in test_header_notification2()
|
H A D | header.c | 266 expect_notify(HDN_ITEMCHANGEDA, FALSE, &hdexItem); in setItem()
|
/reactos/win32ss/user/user32/windows/ |
H A D | spy.c | 1841 SPNFY(HDN_ITEMCHANGEDA, NMHEADERA),
|
/reactos/dll/win32/comctl32/ |
H A D | pager.c | 1059 case HDN_ITEMCHANGEDW: return HDN_ITEMCHANGEDA; in PAGER_GetAnsiNtfCode()
|
H A D | listview.c | 762 case HDN_ITEMCHANGEDA: in get_ansi_notification() 763 case HDN_ITEMCHANGEDW: return HDN_ITEMCHANGEDA; in get_ansi_notification() 10671 case HDN_ITEMCHANGEDA: in LISTVIEW_Notify()
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 839 #define HDN_ITEMCHANGEDA (HDN_FIRST-1) macro
|