BluetoothDisplayDeviceProperties function bluetooth

int BluetoothDisplayDeviceProperties(
  1. int hwndParent,
  2. Pointer<BLUETOOTH_DEVICE_INFO> pbtdi
)

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);