Unit 'JwaWindows' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#winunits-jedi]

_BLUETOOTH_SELECT_DEVICE_PARAMS

Declaration

Source position: jwabluetoothapis.pas line 613

type _BLUETOOTH_SELECT_DEVICE_PARAMS = record

  dwSize: DWORD;

  cNumOfClasses: ULONG;

  prgClassOfDevices: PBlueToothCodPairs;

  pszInfo: LPWSTR;

  hwndParent: HWND;

  fForceAuthentication: BOOL;

  fShowAuthenticated: BOOL;

  fShowRemembered: BOOL;

  fShowUnknown: BOOL;

  fAddNewDeviceWizard: BOOL;

  fSkipServicesPage: BOOL;

  pfnDeviceCallback: PFN_DEVICE_CALLBACK;

  pvParam: Pointer;

  cNumDevices: DWORD;

  pDevices: PBLUETOOTH_DEVICE_INFO;

end;


Documentation generated on: 2023-03-18