ReactOS 0.4.16-dev-109-gf4cb10f
|
Go to the source code of this file.
Macros | |
#define | MAX_DEVICE_DISPLAYNAME_LEN 256 |
Functions | |
static VOID | GetDeviceDisplayInfo (_In_ DEVINST DevInst, _In_ PHOTPLUG_DATA pHotplugData, _Out_writes_z_(cchDesc) LPWSTR pszDesc, _In_ ULONG cchDesc, _Out_ PINT pImageIndex) |
static HTREEITEM | InsertDeviceTreeItem (_In_ HTREEITEM hParent, _In_ DEVINST DevInst, _In_ PHOTPLUG_DATA pHotplugData) |
static VOID | DevTreeRecursiveInsertSubDevices (_In_ HTREEITEM hParentItem, _In_ DEVINST ParentDevInst, _In_ PHOTPLUG_DATA pHotplugData) |
VOID | EnumHotpluggedDevices (_In_ PHOTPLUG_DATA pHotplugData) |
static VOID | InsertConfirmDeviceListItem (_In_ HWND hwndCfmDeviceList, _In_ DEVINST DevInst, _In_ PHOTPLUG_DATA pHotplugData) |
static VOID | CfmListRecursiveInsertSubDevices (_In_ HWND hwndCfmDeviceList, _In_ DEVINST ParentDevInst, _In_ PHOTPLUG_DATA pHotplugData) |
VOID | CfmListEnumDevices (_In_ HWND hwndCfmDeviceList, _In_ PHOTPLUG_DATA pHotplugData) |
VOID CfmListEnumDevices | ( | _In_ HWND | hwndCfmDeviceList, |
_In_ PHOTPLUG_DATA | pHotplugData | ||
) |
Definition at line 272 of file enum.c.
Referenced by FillConfirmDeviceList().
|
static |
Definition at line 245 of file enum.c.
Referenced by CfmListEnumDevices(), and CfmListRecursiveInsertSubDevices().
|
static |
Definition at line 108 of file enum.c.
Referenced by DevTreeRecursiveInsertSubDevices(), and EnumHotpluggedDevices().
VOID EnumHotpluggedDevices | ( | _In_ PHOTPLUG_DATA | pHotplugData | ) |
Definition at line 150 of file enum.c.
Referenced by SafeRemovalDlgProc().
|
static |
Definition at line 18 of file enum.c.
Referenced by InsertConfirmDeviceListItem(), and InsertDeviceTreeItem().
|
static |
Definition at line 218 of file enum.c.
Referenced by CfmListEnumDevices(), and CfmListRecursiveInsertSubDevices().
|
static |
Definition at line 76 of file enum.c.
Referenced by DevTreeRecursiveInsertSubDevices(), and EnumHotpluggedDevices().