Home
last modified time | relevance | path

Searched refs:LVN_DELETEITEM (Results 1 – 8 of 8) sorted by relevance

/reactos/dll/cpl/sysdm/
H A Duserprofile.c798 case LVN_DELETEITEM: in OnNotify()
/reactos/win32ss/user/user32/windows/
H A Dspy.c1803 SPNFY(LVN_DELETEITEM, NMLISTVIEW),
/reactos/dll/win32/shell32/dialogs/
H A Dfiletypes.cpp1999 case LVN_DELETEITEM: in FolderOptionsFileTypesDlg()
/reactos/dll/win32/shell32/
H A DCDefView.cpp2616 case LVN_DELETEITEM: in OnNotify()
/reactos/sdk/include/psdk/
H A Dcommctrl.h3138 #define LVN_DELETEITEM (LVN_FIRST-3) macro
/reactos/sdk/include/reactos/
H A Dmsgdump.h561 case LVN_DELETEITEM: return TEXT("LVN_DELETEITEM"); in MD_GetNotifyCode()
/reactos/modules/rostests/winetests/comctl32/
H A Dlistview.c571 case LVN_DELETEITEM: in parent_wnd_proc()
/reactos/dll/win32/comctl32/
H A Dlistview.c921 notify_listview(infoPtr, LVN_DELETEITEM, &nmlv); in notify_deleteitem()