Partager via


Fonction BluetoothSelectDevicesFree (bluetoothapis.h)

La fonction BluetoothSelectDevicesFree libère les ressources associées à un appel précédent à BluetoothSelectDevices.

Syntaxe

BOOL BluetoothSelectDevicesFree(
  BLUETOOTH_SELECT_DEVICE_PARAMS *pbtsdp
);

Paramètres

pbtsdp

Pointeur vers une structure BLUETOOTH_SELECT_DEVICE_PARAMS qui identifie les ressources d’appareil Bluetooth à libérer.

Valeur retournée

Retourne TRUE en cas de réussite. Retourne FALSE s’il n’y a pas de ressources à libérer.

Remarques

Appelez uniquement la fonction BluetoothSelectDevicesFree si un appel précédent à la fonction BluetoothSelectDevices a retourné TRUE.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows Vista, Windows XP avec SP2 [applications de bureau uniquement]
Serveur minimal pris en charge Aucun pris en charge
Plateforme cible Windows
En-tête bluetoothapis.h (inclure Bthsdpdef.h, BluetoothAPIs.h)
Bibliothèque Bthprops.lib
DLL bthprops.cpl

Voir aussi

BLUETOOTH_SELECT_DEVICE_PARAMS

BluetoothSelectDevices