BluetoothDisplayDeviceProperties function bluetooth
The BluetoothDisplayDeviceProperties function opens the Control Panel device information property sheet.
BOOL BluetoothDisplayDeviceProperties(
HWND hwndParent,
BLUETOOTH_DEVICE_INFO *pbtdi
);
Implementation
int BluetoothDisplayDeviceProperties(
int hwndParent, Pointer<BLUETOOTH_DEVICE_INFO> pbtdi) =>
_BluetoothDisplayDeviceProperties(hwndParent, pbtdi);