#[repr(C)]pub struct SP_INSTALLWIZARD_DATA {
pub ClassInstallHeader: SP_CLASSINSTALL_HEADER,
pub Flags: u32,
pub DynamicPages: [HPROPSHEETPAGE; 20],
pub NumDynamicPages: u32,
pub DynamicPageFlags: u32,
pub PrivateFlags: u32,
pub PrivateData: LPARAM,
pub hwndWizardDlg: HWND,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_UI_Controls"
Fields§
§ClassInstallHeader: SP_CLASSINSTALL_HEADER
§Flags: u32
§DynamicPages: [HPROPSHEETPAGE; 20]
§NumDynamicPages: u32
§DynamicPageFlags: u32
§PrivateFlags: u32
§PrivateData: LPARAM
§hwndWizardDlg: HWND
Trait Implementations§
§impl Clone for SP_INSTALLWIZARD_DATA
impl Clone for SP_INSTALLWIZARD_DATA
impl Copy for SP_INSTALLWIZARD_DATA
Auto Trait Implementations§
impl RefUnwindSafe for SP_INSTALLWIZARD_DATA
impl Send for SP_INSTALLWIZARD_DATA
impl Sync for SP_INSTALLWIZARD_DATA
impl Unpin for SP_INSTALLWIZARD_DATA
impl UnwindSafe for SP_INSTALLWIZARD_DATA
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more