#[repr(C)]pub struct BLUETOOTH_SELECT_DEVICE_PARAMS {Show 15 fields
pub dwSize: u32,
pub cNumOfClasses: u32,
pub prgClassOfDevices: *mut BLUETOOTH_COD_PAIRS,
pub pszInfo: PWSTR,
pub hwndParent: HWND,
pub fForceAuthentication: BOOL,
pub fShowAuthenticated: BOOL,
pub fShowRemembered: BOOL,
pub fShowUnknown: BOOL,
pub fAddNewDeviceWizard: BOOL,
pub fSkipServicesPage: BOOL,
pub pfnDeviceCallback: PFN_DEVICE_CALLBACK,
pub pvParam: *mut c_void,
pub cNumDevices: u32,
pub pDevices: *mut BLUETOOTH_DEVICE_INFO,
}
Expand description
Required features: "Win32_Devices_Bluetooth"
, "Win32_Foundation"
Fields
dwSize: u32
cNumOfClasses: u32
prgClassOfDevices: *mut BLUETOOTH_COD_PAIRS
pszInfo: PWSTR
hwndParent: HWND
fForceAuthentication: BOOL
fShowAuthenticated: BOOL
fShowRemembered: BOOL
fShowUnknown: BOOL
fAddNewDeviceWizard: BOOL
fSkipServicesPage: BOOL
pfnDeviceCallback: PFN_DEVICE_CALLBACK
pvParam: *mut c_void
cNumDevices: u32
pDevices: *mut BLUETOOTH_DEVICE_INFO
Trait Implementations
impl Clone for BLUETOOTH_SELECT_DEVICE_PARAMS
impl Clone for BLUETOOTH_SELECT_DEVICE_PARAMS
impl Copy for BLUETOOTH_SELECT_DEVICE_PARAMS
Auto Trait Implementations
impl RefUnwindSafe for BLUETOOTH_SELECT_DEVICE_PARAMS
impl !Send for BLUETOOTH_SELECT_DEVICE_PARAMS
impl !Sync for BLUETOOTH_SELECT_DEVICE_PARAMS
impl Unpin for BLUETOOTH_SELECT_DEVICE_PARAMS
impl UnwindSafe for BLUETOOTH_SELECT_DEVICE_PARAMS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more