#[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