Searched refs:hTreeItem (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/cpl/hotplug/ |
H A D | enum.c | 113 HTREEITEM hTreeItem; in DevTreeRecursiveInsertSubDevices() local 121 hTreeItem = InsertDeviceTreeItem(hParentItem, in DevTreeRecursiveInsertSubDevices() 124 if (hTreeItem != NULL) in DevTreeRecursiveInsertSubDevices() 126 DevTreeRecursiveInsertSubDevices(hTreeItem, in DevTreeRecursiveInsertSubDevices() 137 hTreeItem = InsertDeviceTreeItem(hParentItem, in DevTreeRecursiveInsertSubDevices() 140 if (hTreeItem != NULL) in DevTreeRecursiveInsertSubDevices() 142 DevTreeRecursiveInsertSubDevices(hTreeItem, in DevTreeRecursiveInsertSubDevices() 158 HTREEITEM hTreeItem; in EnumHotpluggedDevices() local 200 hTreeItem = InsertDeviceTreeItem(TVI_ROOT, in EnumHotpluggedDevices() 204 if ((hTreeItem != NULL) && (pHotplugData->dwFlags & HOTPLUG_DISPLAY_DEVICE_COMPONENTS)) in EnumHotpluggedDevices() [all …]
|
H A D | hotplug.c | 115 HTREEITEM hTreeItem; in ShowContextMenu() local 119 hTreeItem = TreeView_GetSelection(hwndTreeView); in ShowContextMenu() 120 if (hTreeItem == NULL) in ShowContextMenu() 123 TreeView_GetItemRect(hwndTreeView, hTreeItem, &rc, TRUE); in ShowContextMenu() 142 HTREEITEM hTreeItem; in GetSelectedDeviceInst() local 145 hTreeItem = TreeView_GetSelection(pHotplugData->hwndDeviceTree); in GetSelectedDeviceInst() 146 if (hTreeItem == NULL) in GetSelectedDeviceInst() 151 item.hItem = hTreeItem; in GetSelectedDeviceInst()
|
/reactos/dll/win32/devmgr/devmgmt/ |
H A D | DeviceView.cpp | 449 HTREEITEM hTreeItem = NULL; in ListDevicesByType() local 524 hTreeItem = InsertIntoTreeView(m_hTreeRoot, in ListDevicesByType() 530 (void)InsertIntoTreeView(hTreeItem, DeviceNode); in ListDevicesByType() 536 hTreeItem, in ListDevicesByType() 549 hTreeItem, in ListDevicesByType()
|
/reactos/dll/cpl/mmsys/ |
H A D | sounds.c | 940 HTREEITEM hTreeItem; in ShowSoundScheme() local 980 hTreeItem = TreeView_InsertItem(hList, &tvItem); in ShowSoundScheme() 988 tvItem.hParent = hTreeItem; in ShowSoundScheme()
|