SetupDiDestroyDeviceInfoList(3w)
NAME
SetupDiDestroyDeviceInfoList (SETUPAPI.@)
SYNOPSIS
BOOL SetupDiDestroyDeviceInfoList
(
HDEVINFO devinfo
)
DESCRIPTION
Destroy a DeviceInfoList and free all used memory of the list.
PARAMS
devinfo [In] DeviceInfoList pointer to list to destroy.
RETURNS
Success: non zero value.
Failure: zero value.
IMPLEMENTATION
Defined in "setupapi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/setupapi/devinst.c".
- Debug channel "setupapi".