BluetoothSelectDevicesFree-Funktion (bluetoothapis.h)
Die BluetoothSelectDevicesFree-Funktion gibt Ressourcen frei, die einem vorherigen Aufruf von BluetoothSelectDevices zugeordnet sind.
Syntax
BOOL BluetoothSelectDevicesFree(
BLUETOOTH_SELECT_DEVICE_PARAMS *pbtsdp
);
Parameter
pbtsdp
Ein Zeiger auf eine BLUETOOTH_SELECT_DEVICE_PARAMS-Struktur , die die freizugebenden Bluetooth-Geräteressourcen identifiziert.
Rückgabewert
Gibt bei Erfolg TRUE zurück. Gibt FALSE zurück, wenn keine Ressourcen freizugeben sind.
Hinweise
Rufen Sie die BluetoothSelectDevicesFree-Funktion nur auf, wenn ein vorheriger Aufruf der BluetoothSelectDevices-FunktionTRUE zurückgegeben hat.
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows Vista, Windows XP mit SP2 [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Nicht unterstützt |
Zielplattform | Windows |
Kopfzeile | bluetoothapis.h (include Bthsdpdef.h, BluetoothAPIs.h) |
Bibliothek | Bthprops.lib |
DLL | bthprops.cpl |