BluetoothSelectDevicesFree 函数 (bluetoothapis.h)
BluetoothSelectDevicesFree 函数释放与之前调用 BluetoothSelectDevices 关联的资源。
语法
BOOL BluetoothSelectDevicesFree(
BLUETOOTH_SELECT_DEVICE_PARAMS *pbtsdp
);
参数
pbtsdp
指向 BLUETOOTH_SELECT_DEVICE_PARAMS 结构的指针,该结构标识要释放的蓝牙设备资源。
返回值
成功后返回 TRUE 。 如果没有要释放的资源,则返回 FALSE 。
注解
仅当之前对 BluetoothSelectDevices 函数的调用返回 TRUE 时,才调用 BluetoothSelectDevicesFree 函数。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista、Windows XP 和 SP2 [仅限桌面应用] |
最低受支持的服务器 | 无受支持的版本 |
目标平台 | Windows |
标头 | bluetoothapis.h (包括 Bthsdpdef.h、BluetoothAPIs.h) |
Library | Bthprops.lib |
DLL | bthprops.cpl |