Home
last modified time | relevance | path

Searched refs:LVM_EDITLABELW (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/include/reactos/
H A Dmsgdump.h4965 HANDLE_MSG(hwnd, LVM_EDITLABELW, MD_ListView_OnEditLabelW); in MD_msgdump()
5680 DEFINE_RESULT(LVM_EDITLABELW); in MD_msgresult()
/reactos/modules/rostests/winetests/comctl32/
H A Dlistview.c6471 hwndedit = (HWND)SendMessageW(hwnd, LVM_EDITLABELW, 0, 0); in test_LVN_ENDLABELEDIT()
6484 hwndedit = (HWND)SendMessageW(hwnd, LVM_EDITLABELW, 0, 0); in test_LVN_ENDLABELEDIT()
/reactos/dll/win32/msi/
H A Ddialog.c2929 SendMessageW( control->hwnd, LVM_EDITLABELW, index, -1 ); in dialog_directorylist_new()
/reactos/dll/win32/comctl32/
H A Dlistview.c11535 case LVM_EDITLABELW: in LISTVIEW_WindowProc()
11537 uMsg == LVM_EDITLABELW); in LISTVIEW_WindowProc()
/reactos/sdk/include/psdk/
H A Dcommctrl.h2541 #define LVM_EDITLABELW (LVM_FIRST+118) macro