Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Dpager.c1080 case TVN_BEGINRDRAGW: return TVN_BEGINRDRAGA; in PAGER_GetAnsiNtfCode()
1393 case TVN_BEGINRDRAGW: in PAGER_Notify()
H A Dtreeview.c506 case TVN_BEGINRDRAGW: return TVN_BEGINRDRAGA; in get_notifycode()
4380 TREEVIEW_SendTreeviewDnDNotify(infoPtr, TVN_BEGINRDRAGW, ht.hItem, ht.pt); in TREEVIEW_RButtonDown()
/reactos/modules/rostests/winetests/comctl32/
H A Dpager.c1247 TVN_BEGINRDRAGW, TVN_BEGINRDRAGA, CONVERT_SEND, TVITEM_NEW_HANDLER}, in test_wm_notify()
1249 TVN_BEGINRDRAGW, TVN_BEGINRDRAGA, DONT_CONVERT_SEND, TVITEM_OLD_HANDLER}, in test_wm_notify()
/reactos/win32ss/user/user32/windows/
H A Dspy.c1880 SPNFY(TVN_BEGINRDRAGW, NMTREEVIEWW),
/reactos/sdk/include/psdk/
H A Dcommctrl.h3711 #define TVN_BEGINRDRAGW (TVN_FIRST-57) macro
/reactos/sdk/include/reactos/
H A Dmsgdump.h617 case TVN_BEGINRDRAGW: return TEXT("TVN_BEGINRDRAGW"); in MD_GetNotifyCode()