Home
last modified time | relevance | path

Searched refs:ListView_GetSelectedCount (Results 1 – 11 of 11) sorted by relevance

/reactos/base/applications/taskmgr/
H A Dapplpage.c478 if (ListView_GetSelectedCount(hApplicationPageListCtrl)) in ApplicationPageUpdate()
484 …EnableWindow(hApplicationPageSwitchToButton, (ListView_GetSelectedCount(hApplicationPageListCtrl) … in ApplicationPageUpdate()
496 if (ListView_GetSelectedCount(hApplicationPageListCtrl) == 1) in ApplicationPageUpdate()
505 else if (ListView_GetSelectedCount(hApplicationPageListCtrl) > 1) in ApplicationPageUpdate()
562 if (ListView_GetSelectedCount(hApplicationPageListCtrl) < 1) in ApplicationPageOnNotify()
583 if (ListView_GetSelectedCount(hApplicationPageListCtrl) < 1) in ApplicationPageOnNotify()
626 if (ListView_GetSelectedCount(hApplicationPageListCtrl) == 1) in ApplicationPageShowContextMenu2()
636 else if (ListView_GetSelectedCount(hApplicationPageListCtrl) > 1) in ApplicationPageShowContextMenu2()
H A Dprocpage.c93 if(ListView_GetSelectedCount(hProcessPageListCtrl) == 1) in GetSelectedProcessId()
114 if (ListView_GetSelectedCount(hProcessPageListCtrl)) in ProcessPageUpdate()
/reactos/dll/shellext/netplwiz/
H A DSHDisconnectNetDrives.c125 if (ListView_GetSelectedCount(hListView)) in UpdateButtonStatus()
/reactos/modules/rosapps/applications/explorer-old/dialogs/
H A Dsearchprogram.cpp323 int count = ListView_GetSelectedCount(_list_ctrl); in LaunchSelected()
/reactos/dll/win32/devmgr/properties/
H A Dadvprop.cpp169 if (ListView_GetSelectedCount(hDriversListView) != 0) in UpdateDriverDetailsDlg()
391 if (ListView_GetSelectedCount(hDriversListView) == 0) in DriverDetailsDlgProc()
1909 INT nSelectedItems = ListView_GetSelectedCount((HWND)wParam); in AdvProcDetailsDlgProc()
1941 INT nSelectedItems = ListView_GetSelectedCount(hwndListView); in AdvProcDetailsDlgProc()
/reactos/base/applications/regedit/
H A Dframewnd.c1247 if(ListView_GetSelectedCount(g_pChildWnd->hListWnd) == 1) in _CmdWndProc()
1268 UINT nSelected = ListView_GetSelectedCount(g_pChildWnd->hListWnd); in _CmdWndProc()
H A Dchildwnd.c568 cnt = ListView_GetSelectedCount(g_pChildWnd->hListWnd); in ChildWndProc()
/reactos/dll/cpl/usrmgr/
H A Dgroupprops.c165 nSelectedItems = ListView_GetSelectedCount(hwndLV); in AddSelectedUsersToGroup()
H A Duserprops.c404 if (ListView_GetSelectedCount(hwndLV) > 0) in AddSelectedGroupsToUser()
/reactos/dll/cpl/sysdm/
H A Duserprofile.c608 if (ListView_GetSelectedCount(hwndListView) != 0) in UpdateButtonState()
/reactos/sdk/include/psdk/
H A Dcommctrl.h2714 #define ListView_GetSelectedCount(hwndLV) (UINT)SNDMSG((hwndLV),LVM_GETSELECTEDCOUNT,0,0L) macro