Searched refs:hwndCfmDeviceList (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/cpl/hotplug/ |
H A D | enum.c | 219 _In_ HWND hwndCfmDeviceList, in InsertConfirmDeviceListItem() argument 235 lvItem.iItem = ListView_GetItemCount(hwndCfmDeviceList); in InsertConfirmDeviceListItem() 240 ListView_InsertItem(hwndCfmDeviceList, &lvItem); in InsertConfirmDeviceListItem() 246 _In_ HWND hwndCfmDeviceList, in CfmListRecursiveInsertSubDevices() argument 257 InsertConfirmDeviceListItem(hwndCfmDeviceList, ChildDevInst, pHotplugData); in CfmListRecursiveInsertSubDevices() 258 CfmListRecursiveInsertSubDevices(hwndCfmDeviceList, ChildDevInst, pHotplugData); in CfmListRecursiveInsertSubDevices() 266 InsertConfirmDeviceListItem(hwndCfmDeviceList, ChildDevInst, pHotplugData); in CfmListRecursiveInsertSubDevices() 267 CfmListRecursiveInsertSubDevices(hwndCfmDeviceList, ChildDevInst, pHotplugData); in CfmListRecursiveInsertSubDevices() 273 _In_ HWND hwndCfmDeviceList, in CfmListEnumDevices() argument 281 InsertConfirmDeviceListItem(hwndCfmDeviceList, DevInst, pHotplugData); in CfmListEnumDevices() [all …]
|
H A D | eject.c | 43 _In_ HWND hwndCfmDeviceList, in FillConfirmDeviceList() argument 51 ListView_InsertColumn(hwndCfmDeviceList, 0, &lvColumn); in FillConfirmDeviceList() 53 CfmListEnumDevices(hwndCfmDeviceList, pHotplugData); in FillConfirmDeviceList() 55 ListView_SetColumnWidth(hwndCfmDeviceList, 0, LVSCW_AUTOSIZE_USEHEADER); in FillConfirmDeviceList()
|
H A D | hotplug.h | 71 _In_ HWND hwndCfmDeviceList,
|