Función BluetoothFindDeviceClose (bluetoothapis.h)

La función BluetoothFindDeviceClose cierra un identificador de enumeración asociado a una consulta de dispositivo.

Sintaxis

BOOL BluetoothFindDeviceClose(
  HBLUETOOTH_DEVICE_FIND hFind
);

Parámetros

hFind

Identificador de la consulta que se va a cerrar. Obtenido en una llamada anterior a la función BluetoothFindFirstDevice .

Valor devuelto

Devuelve TRUE cuando el identificador se cierra correctamente. Devuelve FALSE tras el error. Llame a la función GetLastError para obtener más información sobre el error.

Requisitos

Requisito Value
Cliente mínimo compatible Windows Vista, Windows XP con SP2 [solo aplicaciones de escritorio]
Servidor mínimo compatible No se admite ninguno
Plataforma de destino Windows
Encabezado bluetoothapis.h (incluya Bthsdpdef.h, BluetoothAPIs.h)
Library Bthprops.lib
Archivo DLL bthprops.cpl

Consulte también

BLUETOOTH_DEVICE_INFO

BLUETOOTH_DEVICE_SEARCH_PARAMS

BluetoothDisplayDeviceProperties

BluetoothFindFirstDevice

BluetoothFindNextDevice

BluetoothGetDeviceInfo

BluetoothRemoveDevice

BluetoothUpdateDeviceRecord