Partager via


Fonction BluetoothGetRadioInfo (bluetoothapis.h)

La fonction BluetoothGetRadioInfo obtient des informations sur une radio Bluetooth.

Syntaxe

DWORD BluetoothGetRadioInfo(
  HANDLE                hRadio,
  PBLUETOOTH_RADIO_INFO pRadioInfo
);

Paramètres

hRadio

Handle vers une radio Bluetooth locale, obtenue en appelant bluetoothFindFirstRadio ou des fonctions similaires, ou la fonction SetupDiEnumerateDeviceInterfances .

pRadioInfo

Pointeur vers une structure de BLUETOOTH_RADIO_INFO dans laquelle les informations sur la radio seront placées. Le membre dwSize de la structure BLUETOOTH_RADIO_INFO doit correspondre à la taille de la structure.

Valeur retournée

Le tableau suivant répertorie les valeurs de retour courantes.

Code de retour Description
ERROR_SUCCESS
Les informations radio ont été récupérées avec succès.
ERROR_INVALID_PARAMETER
Le paramètre hRadio ou pRadioInfo est NULL.
ERROR_REVISION_MISMATCH
Le membre dwSize de la structure BLUETOOTH_RADIO_INFO pointée par pRadioInfo n’est pas valide.

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

BluetoothFindRadioClose

Obtenir la dernière erreur