BOOLEAN
SetupDiDestroyDeviceInfoList(
IN HDEVINFO DeviceInfoSet
);
SetupDiDestroyDeviceInfoList destroys a device information set and frees all associated memory.
The function returns TRUE if it is successful. Otherwise it returns FALSE and the logged error can be retrieved with a call to GetLastError.