BluetoothSelectDevicesFree function (bluetoothapis.h)

The BluetoothSelectDevicesFree function frees resources associated with a previous call to BluetoothSelectDevices.

Syntax

BOOL BluetoothSelectDevicesFree(
  BLUETOOTH_SELECT_DEVICE_PARAMS *pbtsdp
);

Parameters

pbtsdp

A pointer to a BLUETOOTH_SELECT_DEVICE_PARAMS structure that identifies the Bluetooth device resources to free.

Return value

Returns TRUE upon success. Returns FALSE if there are no resources to free.

Remarks

Only call the BluetoothSelectDevicesFree function if a previous call to the BluetoothSelectDevices function returned TRUE.

Requirements

Requirement Value
Minimum supported client Windows Vista, Windows XP with SP2 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header bluetoothapis.h (include Bthsdpdef.h, BluetoothAPIs.h)
Library Bthprops.lib
DLL bthprops.cpl

See also

BLUETOOTH_SELECT_DEVICE_PARAMS

BluetoothSelectDevices