Searched refs:HDN_ENDDRAG (Results 1 – 8 of 8) sorted by relevance
/reactos/modules/rostests/winetests/comctl32/ |
H A D | pager.c | 763 case HDN_ENDDRAG: in test_notify_proc() 1100 send_notify(pager, HDN_ENDDRAG, HDN_ENDDRAG, (LPARAM)&nmh, TRUE); in test_wm_notify_header()
|
H A D | listview.c | 5666 nmhdr.hdr.code = HDN_ENDDRAG; in test_header_notification2() 5669 parent_header_notify_seq[0].id = HDN_ENDDRAG; in test_header_notification2()
|
/reactos/win32ss/user/user32/windows/ |
H A D | spy.c | 1850 SPNFY(HDN_ENDDRAG, NMHDR), 2506 } else if ( pnmh->code >= HDN_ENDDRAG in SPY_DumpStructure()
|
/reactos/base/applications/taskmgr/ |
H A D | procpage.c | 301 case HDN_ENDDRAG: in ProcessPageOnNotify()
|
/reactos/dll/win32/comctl32/ |
H A D | header.c | 1777 … !HEADER_SendNotifyWithIntFieldT(infoPtr, HDN_ENDDRAG, infoPtr->iMoveItem, HDI_ORDER, iNewOrder)) in HEADER_LButtonUp()
|
H A D | listview.c | 759 case HDN_ENDDRAG: return HDN_ENDDRAG; in get_ansi_notification() 10665 case HDN_ENDDRAG: in LISTVIEW_Notify()
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 856 #define HDN_ENDDRAG (HDN_FIRST-11) macro
|
/reactos/base/setup/reactos/ |
H A D | treelist.c | 11068 if(iCode == HDN_ENDDRAG) { // Drag&Drop im Header fertig in TreeListProc()
|