zoukankan      html  css  js  c++  java
  • 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 codeDescription

    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.


  • 相关阅读:
    【iOS】去掉Tabbar顶部线条
    iOS中控制器的释放问题
    码云平台帮助文档_V1.2
    iOS键盘 样式/风格
    cocoapods的安装 升级版
    Unity异常捕获
    tomcat和jdk的安装配置
    Unity读取Excel表格
    NFS
    K8S存储相关yaml
  • 原文地址:https://www.cnblogs.com/qiwu1314/p/9981811.html
Copyright © 2011-2022 走看看