Home
last modified time | relevance | path

Searched refs:ListView_DeleteItem (Results 1 – 12 of 12) sorted by relevance

/reactos/base/applications/mscutils/servman/
H A Ddelete.c134 (void)ListView_DeleteItem(Info->hListView, in DeleteDialogProc()
/reactos/dll/cpl/usrmgr/
H A Dgroups.c279 (void)ListView_DeleteItem(hwndLV, nItem); in GroupDelete()
H A Dusers.c388 (void)ListView_DeleteItem(hwndLV, nItem); in UserDelete()
H A Dgroupprops.c348 (void)ListView_DeleteItem(hwndLV, nItem); in RemoveUserFromGroup()
H A Duserprops.c306 (void)ListView_DeleteItem(hwndLV, nItem); in RemoveGroupFromUser()
/reactos/dll/cpl/sysdm/
H A Denvironment.c694 ListView_DeleteItem(pnmv->hdr.hwndFrom, pnmv->item.iItem); in OnEndLabelEdit()
959 ListView_DeleteItem(hwndListView, DlgData->dwSelectedValueIndex); in EditVariableDlgProc()
1369 (void)ListView_DeleteItem(hwndListView, iItem); in OnDeleteVariable()
/reactos/base/applications/taskmgr/
H A Dapplpage.c299 (void)ListView_DeleteItem(hApplicationPageListCtrl, item.iItem); in ApplicationPageRefreshThread()
H A Dprocpage.c498 (void)ListView_DeleteItem(hProcessPageListCtrl, i); in UpdateProcesses()
/reactos/dll/win32/shell32/dialogs/
H A Dfiletypes.cpp668 ListView_DeleteItem(pNewExt->hwndLV, iItem); in NewExtDlg_OnOK()
881 ListView_DeleteItem(hListView, iItem); in FileTypesDlg_RemoveExt()
/reactos/modules/rosapps/applications/sysutils/fontsub/
H A Dfontsub.cpp452 ListView_DeleteItem(hwnd, iRow); in LV_OnDelete()
/reactos/dll/win32/netcfgx/
H A Dtcpipconf_notify.c362 (void)ListView_DeleteItem(hDlgCtrl, iIndex); in DelItem()
1129 (void)ListView_DeleteItem(hDlgCtrl, li.iItem); in DeleteItemFromList()
/reactos/sdk/include/psdk/
H A Dcommctrl.h2416 #define ListView_DeleteItem(hwnd,i) (BOOL)SNDMSG((hwnd),LVM_DELETEITEM,(WPARAM)(int)(i),0L) macro