BluetoothFindNextRadio, fonction (bluetoothapis.h)
La fonction BluetoothFindNextRadio recherche la radio Bluetooth suivante.
Syntaxe
BOOL BluetoothFindNextRadio(
[in] HBLUETOOTH_RADIO_FIND hFind,
[out] HANDLE *phRadio
);
Paramètres
[in] hFind
Handle retourné par un appel précédent à la fonction BluetoothFindFirstRadio . Utilisez BluetoothFindRadioClose pour fermer ce handle quand il n’est plus nécessaire.
[out] phRadio
Pointeur vers l’emplacement où le descripteur radio énuméré suivant sera retourné. Lorsque vous n’en avez plus besoin, ce handle doit être libéré via CloseHandle.
Valeur retournée
Retourne TRUE lorsque la prochaine radio disponible est trouvée.
Retourne FALSE lorsqu’aucune nouvelle radio n’est trouvée. Appelez la fonction GetLastError pour plus d’informations sur l’erreur. Le tableau suivant décrit les erreurs courantes :
Code de retour | Description |
---|---|
|
Le handle est NULL. |
|
Plus aucune radio n’a été trouvée. |
|
Mémoire insuffisante. |
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 |