Home
last modified time | relevance | path

Searched refs:LVM_CANCELEDITLABEL (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/include/psdk/
H A Dcommctrl.h3017 #define LVM_CANCELEDITLABEL (LVM_FIRST+179) macro
3018 #define ListView_CancelEditLabel(hwnd) (VOID)SNDMSG((hwnd),LVM_CANCELEDITLABEL,(WPARAM)0,(LPARAM)0)
/reactos/modules/rostests/winetests/comctl32/
H A Dlistview.c4729 ret = SendMessageA(hwnd, LVM_CANCELEDITLABEL, 0, 0); in test_canceleditlabel()
4738 ret = SendMessageA(hwnd, LVM_CANCELEDITLABEL, 0, 0); in test_canceleditlabel()
4752 ret = SendMessageA(hwnd, LVM_CANCELEDITLABEL, 0, 0); in test_canceleditlabel()
/reactos/sdk/include/reactos/
H A Dmsgdump.h5004 HANDLE_MSG(hwnd, LVM_CANCELEDITLABEL, MD_ListView_OnCancelEditLabel); in MD_msgdump()
5719 DEFINE_RESULT(LVM_CANCELEDITLABEL); in MD_msgresult()
/reactos/dll/win32/comctl32/
H A Dlistview.c11519 case LVM_CANCELEDITLABEL: in LISTVIEW_WindowProc()