bluetoothGetRadioInfo 函数 (bluetoothapis.h)
BluetoothGetRadioInfo 函数获取有关蓝牙无线电的信息。
语法
DWORD BluetoothGetRadioInfo(
HANDLE hRadio,
PBLUETOOTH_RADIO_INFO pRadioInfo
);
参数
hRadio
本地蓝牙无线电的句柄,通过调用 BluetoothFindFirstRadio 或类似函数或 SetupDiEnumerateDeviceInterfances 函数获得。
pRadioInfo
指向 BLUETOOTH_RADIO_INFO 结构的指针,其中放置有关无线电的信息。 BLUETOOTH_RADIO_INFO 结构的 dwSize 成员必须与结构的大小匹配。
返回值
下表列出了常见的返回值。
返回代码 | 说明 |
---|---|
|
已成功检索无线电信息。 |
|
hRadio 或 pRadioInfo 参数为 NULL。 |
|
pRadioInfo 指向的 BLUETOOTH_RADIO_INFO 结构的 dwSize 成员无效。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista、Windows XP SP2 [仅限桌面应用] |
最低受支持的服务器 | 无受支持的版本 |
目标平台 | Windows |
标头 | bluetoothapis.h (包括 Bthsdpdef.h、BluetoothAPIs.h) |
Library | Bthprops.lib |
DLL | bthprops.cpl |