共用方式為


bluetoothRemoveDevice 函式 (bluetoothapis.h)

BluetoothRemoveDevice 函式會移除藍牙裝置與計算機之間的驗證,並清除裝置的快取服務資訊。

語法

DWORD BluetoothRemoveDevice(
  const BLUETOOTH_ADDRESS *pAddress
);

參數

pAddress

要移除之藍牙裝置位址的指標。

傳回值

成功移除藍牙裝置時,傳回 ERROR_SUCCESS 。 如果找不到裝置,則傳回 ERROR_NOT_FOUND

備註

如果 pAddress 指定的裝置不是記住的裝置,BluetoothRemoveDevice 函式就會失敗。

規格需求

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

另請參閱

BLUETOOTH_DEVICE_INFO

BLUETOOTH_DEVICE_SEARCH_PARAMS

BluetoothDisplayDeviceProperties

BluetoothFindDeviceClose

BluetoothFindFirstDevice

BluetoothFindNextDevice

BluetoothGetDeviceInfo