bluetoothDisplayDeviceProperties 函数 (bluetoothapis.h)

BluetoothDisplayDeviceProperties 函数控制面板设备信息属性表启动。

语法

BOOL BluetoothDisplayDeviceProperties(
  HWND                  hwndParent,
  BLUETOOTH_DEVICE_INFO *pbtdi
);

参数

hwndParent

属性表的父窗口的句柄。

pbtdi

指向包含有关蓝牙设备信息的 BLUETOOTH_DEVICE_INFO 结构的指针。

返回值

如果成功显示属性表,则返回 TRUE 。 如果未成功显示属性表,则返回 FALSE ;调用 GetLastError 函数以获取其他错误信息。

要求

要求
最低受支持的客户端 Windows Vista、Windows XP SP2 [仅限桌面应用]
最低受支持的服务器 无受支持的版本
目标平台 Windows
标头 bluetoothapis.h (包括 Bthsdpdef.h、BluetoothAPIs.h)
Library Bthprops.lib
DLL bthprops.cpl

另请参阅

BLUETOOTH_DEVICE_INFO

BLUETOOTH_DEVICE_SEARCH_PARAMS

BluetoothFindDeviceClose

BluetoothFindFirstDevice

BluetoothFindNextDevice

BluetoothGetDeviceInfo

BluetoothRemoveDevice

BluetoothUpdateDeviceRecord