Partager via


Fonction BluetoothFindDeviceClose (bluetoothapis.h)

La fonction BluetoothFindDeviceClose ferme un handle d’énumération associé à une requête d’appareil.

Syntaxe

BOOL BluetoothFindDeviceClose(
  HBLUETOOTH_DEVICE_FIND hFind
);

Paramètres

hFind

Handle pour la requête à fermer. Obtenu lors d’un appel précédent à la fonction BluetoothFindFirstDevice .

Valeur retournée

Retourne TRUE lorsque le handle est correctement fermé. Retourne FALSE en cas d’erreur. Appelez la fonction GetLastError pour plus d’informations sur l’échec.

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_DEVICE_INFO

BLUETOOTH_DEVICE_SEARCH_PARAMS

BluetoothDisplayDeviceProperties

BluetoothFindFirstDevice

BluetoothFindNextDevice

BluetoothGetDeviceInfo

BluetoothRemoveDevice

BluetoothUpdateDeviceRecord