BluetoothFindDeviceClose function bluetooth

int BluetoothFindDeviceClose(
  1. int hFind
)

The BluetoothFindDeviceClose function closes an enumeration handle associated with a device query.

BOOL BluetoothFindDeviceClose(
  HBLUETOOTH_DEVICE_FIND hFind
);

Implementation

int BluetoothFindDeviceClose(int hFind) => _BluetoothFindDeviceClose(hFind);