次の方法で共有


BluetoothSelectDevicesFree 関数 (bluetoothapis.h)

BluetoothSelectDevicesFree 関数は、以前の BluetoothSelectDevices 呼び出しに関連付けられているリソースを解放します。

構文

BOOL BluetoothSelectDevicesFree(
  BLUETOOTH_SELECT_DEVICE_PARAMS *pbtsdp
);

パラメーター

pbtsdp

解放する Bluetooth デバイス リソースを識別する BLUETOOTH_SELECT_DEVICE_PARAMS 構造体へのポインター。

戻り値

成功した場合は TRUE を 返します。 解放するリソースがない場合は FALSE を返します

注釈

BluetoothSelectDevicesFree 関数の以前の呼び出しが TRUE を返した場合にのみ、BluetoothSelectDevicesFree 関数を呼び出します。

要件

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

こちらもご覧ください

BLUETOOTH_SELECT_DEVICE_PARAMS

BluetoothSelectDevices