SetupDiDestroyDeviceInfoList function setupapi
The SetupDiDestroyDeviceInfoList function deletes a device information set and frees all associated memory.
WINSETUPAPI BOOL SetupDiDestroyDeviceInfoList(
HDEVINFO DeviceInfoSet
);
Implementation
int SetupDiDestroyDeviceInfoList(int DeviceInfoSet) =>
_SetupDiDestroyDeviceInfoList(DeviceInfoSet);