BluetoothFindRadioClose function (bluetoothapis.h)

The BluetoothFindRadioClose function closes the enumeration handle associated with finding Bluetooth radios.

Syntax

BOOL BluetoothFindRadioClose(
  HBLUETOOTH_RADIO_FIND hFind
);

Parameters

hFind

Enumeration handle to close, obtained with a previous call to the BluetoothFindFirstRadio function.

Return value

Returns TRUE when the handle is successfully closed. Returns FALSE if the attempt fails to close the enumeration handle. For additional information on possible errors associated with closing the handle, call the GetLastError function.

Requirements

Requirement Value
Minimum supported client Windows Vista, Windows XP with SP2 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header bluetoothapis.h (include Bthsdpdef.h, BluetoothAPIs.h)
Library Bthprops.lib
DLL bthprops.cpl

See also

BLUETOOTH_FIND_RADIO_PARAMS

BluetoothFindFirstRadio

BluetoothFindNextRadio

BluetoothGetRadioInfo

GetLastError