SetupDiDestroyDeviceInfoList function setupapi

int SetupDiDestroyDeviceInfoList(
  1. int DeviceInfoSet
)

The SetupDiDestroyDeviceInfoList function deletes a device information set and frees all associated memory.

BOOL SetupDiDestroyDeviceInfoList(
  HDEVINFO DeviceInfoSet
);

Implementation

int SetupDiDestroyDeviceInfoList(int DeviceInfoSet) =>
    _SetupDiDestroyDeviceInfoList(DeviceInfoSet);