共用方式為


BluetoothFindDeviceClose 函式 (bluetoothapis.h)

BluetoothFindDeviceClose 函式會關閉與裝置查詢相關聯的列舉句柄。

語法

BOOL BluetoothFindDeviceClose(
  HBLUETOOTH_DEVICE_FIND hFind
);

參數

hFind

要關閉之查詢的句柄。 在先前呼叫 BluetoothFindFirstDevice 函式中取得。

傳回值

成功關閉句柄時,傳回 TRUE 。 錯誤時傳回 FALSE 。 如需失敗的詳細資訊,請呼叫 GetLastError 函式。

規格需求

需求
最低支援的用戶端 Windows Vista、Windows XP SP2 [僅限傳統型應用程式]
最低支援的伺服器 都不支援
目標平台 Windows
標頭 bluetoothapis.h (包括 Bthsdpdef.h、BluetoothAPIs.h)
程式庫 Bthprops.lib
Dll bthprops.cpl

另請參閱

BLUETOOTH_DEVICE_INFO

BLUETOOTH_DEVICE_SEARCH_PARAMS

BluetoothDisplayDeviceProperties

BluetoothFindFirstDevice

BluetoothFindNextDevice

BluetoothGetDeviceInfo

BluetoothRemoveDevice

BluetoothUpdateDeviceRecord