Función BluetoothSelectDevicesFree (bluetoothapis.h)
La función BluetoothSelectDevicesFree libera recursos asociados a una llamada anterior a BluetoothSelectDevices.
Sintaxis
BOOL BluetoothSelectDevicesFree(
BLUETOOTH_SELECT_DEVICE_PARAMS *pbtsdp
);
Parámetros
pbtsdp
Puntero a una estructura de BLUETOOTH_SELECT_DEVICE_PARAMS que identifica los recursos del dispositivo Bluetooth que se van a liberar.
Valor devuelto
Devuelve TRUE cuando se realiza correctamente. Devuelve FALSE si no hay recursos que liberar.
Comentarios
Llame solo a la función BluetoothSelectDevicesFree si una llamada anterior a la función BluetoothSelectDevices devolvió TRUE.
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 (incluye Bthsdpdef.h, BluetoothAPIs.h) |
Library | Bthprops.lib |
Archivo DLL | bthprops.cpl |