SetupDiCreateDeviceInfoListExW (SETUPAPI.@)
HDEVINFO SetupDiCreateDeviceInfoListExW ( const GUID* ClassGuid, HWND hwndParent, PCWSTR MachineName, PVOID Reserved )
Create an empty DeviceInfoSet list.
ClassGuid | [In] | if not NULL only devices with GUID ClassGuid are associated with this list. |
hwndParent | [In] | hwnd needed for interface related actions. |
MachineName | [In] | name of machine to create empty DeviceInfoSet list, if NULL local registry will be used. |
Reserved | [In] | must be NULL. |
Success: empty list.
Failure: INVALID_HANDLE_VALUE.
Declared in "include/setupapi.h". gitlab.winehq.org/wine/wine/blob/master/include/setupapi.h
Implemented in "dlls/setupapi/devinst.c". gitlab.winehq.org/wine/wine/blob/master/dlls/setupapi/devinst.c
Debug channel "setupapi".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.