共用方式為


BluetoothSelectDevicesFree 函式 (bluetoothapis.h)

BluetoothSelectDevicesFree 函式會釋放與先前呼叫 BluetoothSelectDevices 相關聯的資源。

語法

BOOL BluetoothSelectDevicesFree(
  BLUETOOTH_SELECT_DEVICE_PARAMS *pbtsdp
);

參數

pbtsdp

BLUETOOTH_SELECT_DEVICE_PARAMS結構的指標,可識別要釋放的藍牙裝置資源。

傳回值

成功時傳回 TRUE 。 如果沒有可用資源,則傳回 FALSE

備註

只有在先前呼叫 BluetoothSelectDevicesDevices 函式傳回 TRUE 時,才呼叫 BluetoothSelectDevicesFree 函式。

規格需求

需求
最低支援的用戶端 Windows Vista、Windows XP 與 SP2 [僅限傳統型應用程式]
最低支援的伺服器 都不支援
目標平台 Windows
標頭 bluetoothapis.h (包括 Bthsdpdef.h、BluetoothAPIs.h)
程式庫 Bthprops.lib
Dll bthprops.cpl

另請參閱

BLUETOOTH_SELECT_DEVICE_PARAMS

BluetoothSelectDevices