Funzione BluetoothFindRadioClose (bluetoothapis.h)

La funzione BluetoothFindRadioClose chiude l'handle di enumerazione associato alla ricerca di radio Bluetooth.

Sintassi

BOOL BluetoothFindRadioClose(
  HBLUETOOTH_RADIO_FIND hFind
);

Parametri

hFind

Handle di enumerazione da chiudere, ottenuto con una chiamata precedente alla funzione BluetoothFindFirstRadio .

Valore restituito

Restituisce TRUE quando l'handle viene chiuso correttamente. Restituisce FALSE se il tentativo non riesce a chiudere l'handle di enumerazione. Per altre informazioni sui possibili errori associati alla chiusura dell'handle, chiamare la funzione GetLastError .

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_FIND_RADIO_PARAMS

BluetoothFindFirstRadio

BluetoothFindNextRadio

BluetoothGetRadioInfo

Getlasterror