Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The BluetoothDisplayDeviceProperties function starts Control Panel device information property sheet.
Syntax
BOOL BluetoothDisplayDeviceProperties(
HWND hwndParent,
BLUETOOTH_DEVICE_INFO *pbtdi
);
Parameters
hwndParent
A handle to the parent window of the property sheet.
pbtdi
A pointer to the BLUETOOTH_DEVICE_INFO structure that contains information about the Bluetooth device.
Return value
Returns TRUE if the property sheet is successfully displayed. Returns FALSE if the property sheet was not displayed successfully; call the GetLastError function for additional error information.
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 |