zoukankan      html  css  js  c++  java
  • BluetoothFindRadioClose 函数

    BOOL BluetoothFindRadioClose(
        HBLUETOOTH_RADIO_FIND hFind
    );
    关闭与查找蓝牙无线电相关的枚举句柄。
    参数:
    hFind

    Enumeration handle to close, obtained with a previous call to the BluetoothFindFirstRadio function.

    要关闭的枚举句柄,使用之前对BluetoothFindFirstRadio函数的调用获得。

    返回值:

    Returns TRUE when the handle is successfully closed. Returns FALSE if the attempt fails to close the enumeration handle. For additional information on possible errors associated with closing the handle, call the GetLastError function.

      当句柄成功关闭时返回TRUE。如果尝试未能关闭枚举句柄,则返回FALSE。有关关闭句柄可能出现的错误的更多信息,请调用GetLastError函数。

      
    Header

    Declared in BluetoothAPIs.h; include Bthsdpdef.h and BluetoothAPIs.h.

    Library

    Use Bthprops.lib.

    
    
  • 相关阅读:
    Ajax基础
    css基础
    响应式容器布局
    PHP基础
    Unity 3d 刚体
    ASP.NET 大文件下载的实现思路及代码
    2015年第一篇 自律守则以及年度目标
    ItextSharp代码示例
    HTML5 新增通用属性
    c# 委托实例
  • 原文地址:https://www.cnblogs.com/qiwu1314/p/9981761.html
Copyright © 2011-2022 走看看