BluetoothGetRadioInfo 函数
DWORD BluetoothGetRadioInfo(
HANDLE hRadio,
PBLUETOOTH_RADIO_INFO pRadioInfo
);
获取蓝牙设备的信息。
参数:
- hRadio
-
A handle to a local Bluetooth radio, obtained by calling the BluetoothFindFirstRadio or similar functions, or the SetupDiEnumerateDeviceInterfances function.
本地蓝牙无线电的句柄,通过调用BluetoothFindFirstRadio或类似函数或SetupDiEnumerateDeviceInterfances函数获得。
- pRadioInfo
-
A pointer to a BLUETOOTH_RADIO_INFO structure into which information about the radio will be placed. The dwSize member of the BLUETOOTH_RADIO_INFO structure must match the size of the structure.
一个指向BLUETOOTH_RADIO_INFO结构的指针,将把有关设备的信息放入其中。BLUETOOTH_RADIO_INFO结构的dwSize成员必须与结构的大小匹配。
返回值:
The following table lists common return values.
Return code | Description |
---|---|
ERROR_SUCCESS |
The radio information was retrieved successfully. 无线电信息成功检索。 |
ERROR_INVALID_PARAMETER |
The hRadio or pRadioInfo parameter is NULL. hRadio或pRadioInfo参数为空。 |
ERROR_REVISION_MISMATCH |
The dwSize member of the BLUETOOTH_RADIO_INFO structure pointed to by pRadioInfo is not valid. pRadioInfo指向的BLUETOOTH_RADIO_INFO结构的dwSize成员无效。 |
Header |
Declared in BluetoothAPIs.h; include Bthsdpdef.h and BluetoothAPIs.h. |
---|---|
Library |
Use Bthprops.lib. |