#[repr(C)]pub struct SP_NEWDEVICEWIZARD_DATA {
pub ClassInstallHeader: SP_CLASSINSTALL_HEADER,
pub Flags: u32,
pub DynamicPages: [HPROPSHEETPAGE; 20],
pub NumDynamicPages: u32,
pub hwndWizardDlg: HWND,
}
Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
, "Win32_Foundation"
, "Win32_UI_Controls"
Fields
ClassInstallHeader: SP_CLASSINSTALL_HEADER
Flags: u32
DynamicPages: [HPROPSHEETPAGE; 20]
NumDynamicPages: u32
hwndWizardDlg: HWND
Trait Implementations
impl Clone for SP_NEWDEVICEWIZARD_DATA
impl Clone for SP_NEWDEVICEWIZARD_DATA
impl Copy for SP_NEWDEVICEWIZARD_DATA
Auto Trait Implementations
impl RefUnwindSafe for SP_NEWDEVICEWIZARD_DATA
impl Send for SP_NEWDEVICEWIZARD_DATA
impl Sync for SP_NEWDEVICEWIZARD_DATA
impl Unpin for SP_NEWDEVICEWIZARD_DATA
impl UnwindSafe for SP_NEWDEVICEWIZARD_DATA
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