mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:15:39 +00:00
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:
parent
c2e551ecea
commit
c3a99cfb3e
1 changed files with 3 additions and 1 deletions
|
@ -243,7 +243,9 @@ MainWndCommand(PMAIN_WND_INFO Info,
|
||||||
|
|
||||||
case IDC_REFRESH:
|
case IDC_REFRESH:
|
||||||
{
|
{
|
||||||
// refresh treeview
|
HTREEITEM hRoot = InitTreeView(Info);
|
||||||
|
if (hRoot)
|
||||||
|
ListDevicesByType(Info, hRoot);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue