#[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: u32cNumOfClasses: u32prgClassOfDevices: *mut BLUETOOTH_COD_PAIRSpszInfo: PWSTRhwndParent: HWNDfForceAuthentication: BOOLfShowAuthenticated: BOOLfShowRemembered: BOOLfShowUnknown: BOOLfAddNewDeviceWizard: BOOLfSkipServicesPage: BOOLpfnDeviceCallback: PFN_DEVICE_CALLBACKpvParam: *mut c_voidcNumDevices: u32pDevices: *mut BLUETOOTH_DEVICE_INFO

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.