bluetoothFindRadioClose 函数 (bluetoothapis.h)

BluetoothFindRadioClose 函数关闭与查找蓝牙无线电关联的枚举句柄。

语法

BOOL BluetoothFindRadioClose(
  HBLUETOOTH_RADIO_FIND hFind
);

参数

hFind

要关闭的枚举句柄,通过上一次调用 BluetoothFindFirstRadio 函数获取。

返回值

成功关闭句柄时返回 TRUE 。 如果尝试关闭枚举句柄失败,则返回 FALSE 。 有关与关闭句柄相关的可能错误的其他信息,请调用 GetLastError 函数。

要求

要求
最低受支持的客户端 Windows Vista、Windows XP SP2 [仅限桌面应用]
最低受支持的服务器 无受支持的版本
目标平台 Windows
标头 bluetoothapis.h (包括 Bthsdpdef.h、BluetoothAPIs.h)
Library Bthprops.lib
DLL bthprops.cpl

另请参阅

BLUETOOTH_FIND_RADIO_PARAMS

BluetoothFindFirstRadio

BluetoothFindNextRadio

BluetoothGetRadioInfo

GetLastError