Fonction BluetoothRemoveDevice (bluetoothapis.h)
La fonction BluetoothRemoveDevice supprime l’authentification entre un appareil Bluetooth et l’ordinateur et efface les informations de service mises en cache pour l’appareil.
Syntaxe
DWORD BluetoothRemoveDevice(
const BLUETOOTH_ADDRESS *pAddress
);
Paramètres
pAddress
Pointeur vers l’adresse de l’appareil Bluetooth à supprimer.
Valeur retournée
Retourne ERROR_SUCCESS en cas de suppression réussie de l’appareil Bluetooth. Retourne ERROR_NOT_FOUND si l’appareil est introuvable.
Remarques
La fonction BluetoothRemoveDevice échoue si l’appareil indiqué par pAddress n’est pas un appareil mémorisé.
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_SEARCH_PARAMS