implement refresh, although it runs at a snails pace until the multiple SetupDiGetClassDevs call issue is fixed

svn path=/trunk/; revision=24311
This commit is contained in:
Ged Murphy 2006-09-30 10:39:36 +00:00
parent c2e551ecea
commit c3a99cfb3e

View file

@ -243,7 +243,9 @@ MainWndCommand(PMAIN_WND_INFO Info,
case IDC_REFRESH:
{
// refresh treeview
HTREEITEM hRoot = InitTreeView(Info);
if (hRoot)
ListDevicesByType(Info, hRoot);
}
break;