BluetoothFindRadioClose 関数 (bluetoothapis.h)

BluetoothFindRadioClose 関数は、Bluetooth 無線の検索に関連付けられている列挙ハンドルを閉じます。

構文

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