Searched refs:HDN_BEGINTRACKW (Results 1 – 6 of 6) sorted by relevance
/reactos/dll/win32/comctl32/ |
H A D | pager.c | 1055 case HDN_BEGINTRACKW: return HDN_BEGINTRACKA; in PAGER_GetAnsiNtfCode() 1266 case HDN_BEGINTRACKW: in PAGER_Notify()
|
H A D | header.c | 1718 if (!HEADER_SendNotifyWithIntFieldT(infoPtr, HDN_BEGINTRACKW, nItem, HDI_WIDTH, iCurrWidth)) in HEADER_LButtonDown()
|
/reactos/win32ss/user/user32/windows/ |
H A D | spy.c | 1856 SPNFY(HDN_BEGINTRACKW, NMHDR),
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | pager.c | 1108 send_notify(pager, HDN_BEGINTRACKW, HDN_BEGINTRACKA, (LPARAM)&nmh, TRUE); in test_wm_notify_header()
|
H A D | listview.c | 5637 nmhdr.hdr.code = HDN_BEGINTRACKW; in test_header_notification2() 5642 ok(nmhdr.hdr.code == HDN_BEGINTRACKW, "Expected Unicode notification code\n"); in test_header_notification2()
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 848 #define HDN_BEGINTRACKW (HDN_FIRST-26) macro
|