Funzione BluetoothFindDeviceClose (bluetoothapis.h)

La funzione BluetoothFindDeviceClose chiude un handle di enumerazione associato a una query del dispositivo.

Sintassi

BOOL BluetoothFindDeviceClose(
  HBLUETOOTH_DEVICE_FIND hFind
);

Parametri

hFind

Handle per la query da chiudere. Ottenuto in una chiamata precedente alla funzione BluetoothFindFirstDevice .

Valore restituito

Restituisce TRUE quando l'handle viene chiuso correttamente. Restituisce FALSE in caso di errore. Chiamare la funzione GetLastError per altre informazioni sull'errore.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista, Windows XP con SP2 [solo app desktop]
Server minimo supportato Nessuno supportato
Piattaforma di destinazione Windows
Intestazione bluetoothapis.h (include Bthsdpdef.h, BluetoothAPIs.h)
Libreria Bthprops.lib
DLL bthprops.cpl

Vedi anche

BLUETOOTH_DEVICE_INFO

BLUETOOTH_DEVICE_SEARCH_PARAMS

BluetoothDisplayDeviceProperties

BluetoothFindFirstDevice

BluetoothFindNextDevice

BluetoothGetDeviceInfo

BluetoothRemoveDevice

BluetoothUpdateDeviceRecord