Home
last modified time | relevance | path

Searched refs:HDN_BEGINTRACKW (Results 1 – 6 of 6) sorted by relevance

/reactos/dll/win32/comctl32/
H A Dpager.c1055 case HDN_BEGINTRACKW: return HDN_BEGINTRACKA; in PAGER_GetAnsiNtfCode()
1266 case HDN_BEGINTRACKW: in PAGER_Notify()
H A Dheader.c1718 if (!HEADER_SendNotifyWithIntFieldT(infoPtr, HDN_BEGINTRACKW, nItem, HDI_WIDTH, iCurrWidth)) in HEADER_LButtonDown()
/reactos/win32ss/user/user32/windows/
H A Dspy.c1856 SPNFY(HDN_BEGINTRACKW, NMHDR),
/reactos/modules/rostests/winetests/comctl32/
H A Dpager.c1108 send_notify(pager, HDN_BEGINTRACKW, HDN_BEGINTRACKA, (LPARAM)&nmh, TRUE); in test_wm_notify_header()
H A Dlistview.c5637 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 Dcommctrl.h848 #define HDN_BEGINTRACKW (HDN_FIRST-26) macro