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.


  • 相关阅读:
    优雅地从Python入门到入土*序与目录
    【NOI2008】假面舞会
    【HNOI2009】梦幻布丁
    【题解】前k大子段和
    【NOIP2017】宝藏
    【NOIP2014】飞扬的小鸟
    【NOIP2014】解方程
    【NOIP2012】开车旅行
    【模板】线性同余方程组
    java实现省市区三级联动
  • 原文地址:https://www.cnblogs.com/qiwu1314/p/9981811.html
Copyright © 2011-2022 走看看