Partager via


Fonction BluetoothFindRadioClose (bluetoothapis.h)

La fonction BluetoothFindRadioClose ferme le handle d’énumération associé à la recherche de radios Bluetooth.

Syntaxe

BOOL BluetoothFindRadioClose(
  HBLUETOOTH_RADIO_FIND hFind
);

Paramètres

hFind

Handle d’énumération à fermer, obtenu avec un appel précédent à la fonction BluetoothFindFirstRadio .

Valeur retournée

Retourne TRUE lorsque le handle est correctement fermé. Retourne FALSE si la tentative ne parvient pas à fermer le handle d’énumération. Pour plus d’informations sur les erreurs possibles associées à la fermeture du handle, appelez la fonction GetLastError .

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_FIND_RADIO_PARAMS

BluetoothFindFirstRadio

BluetoothFindNextRadio

BluetoothGetRadioInfo

Obtenir la dernière erreur