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