Searched refs:LVM_EDITLABELW (Results 1 – 5 of 5) sorted by relevance
/reactos/sdk/include/reactos/ |
H A D | msgdump.h | 4965 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 D | listview.c | 6471 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 D | dialog.c | 2929 SendMessageW( control->hwnd, LVM_EDITLABELW, index, -1 ); in dialog_directorylist_new()
|
/reactos/dll/win32/comctl32/ |
H A D | listview.c | 11535 case LVM_EDITLABELW: in LISTVIEW_WindowProc() 11537 uMsg == LVM_EDITLABELW); in LISTVIEW_WindowProc()
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 2541 #define LVM_EDITLABELW (LVM_FIRST+118) macro
|