BluetoothRemoveDevice 関数 (bluetoothapis.h)

BluetoothRemoveDevice 関数は、Bluetooth デバイスとコンピューター間の認証を削除し、デバイスのキャッシュされたサービス情報をクリアします。

構文

DWORD BluetoothRemoveDevice(
  const BLUETOOTH_ADDRESS *pAddress
);

パラメーター

pAddress

削除する Bluetooth デバイスのアドレスへのポインター。

戻り値

Bluetooth デバイスの正常な削除時に ERROR_SUCCESS を返します。 デバイスが見つからなかった場合 ERROR_NOT_FOUND を返します。

注釈

pAddress によって示されるデバイスが記憶デバイスでない場合、BluetoothRemoveDevice 関数は失敗します。

要件

要件
サポートされている最小のクライアント Windows Vista、WINDOWS XP と SP2 [デスクトップ アプリのみ]
サポートされている最小のサーバー サポートなし
対象プラットフォーム Windows
ヘッダー bluetoothapis.h (Bthsdpdef.h、BluetoothAPIs.h を含む)
Library Bthprops.lib
[DLL] bthprops.cpl

こちらもご覧ください

BLUETOOTH_DEVICE_INFO

BLUETOOTH_DEVICE_SEARCH_PARAMS

BluetoothDisplayDeviceProperties

BluetoothFindDeviceClose

BluetoothFindFirstDevice

BluetoothFindNextDevice

BluetoothGetDeviceInfo