Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 311 of file users.c.
Referenced by UsersPageProc().
{ HWND hwndLV; INT nItem; hwndLV = GetDlgItem(hwndDlg, IDC_USERS_LIST); if (hwndLV == NULL) return; nItem = ListView_GetNextItem(hwndLV, -1, LVNI_SELECTED); if (nItem != -1) { (void)ListView_EditLabel(hwndLV, nItem); } }