windows::Win32::UI::Shell

Trait IWizardSite_Impl

pub trait IWizardSite_Impl: IUnknownImpl {
    // Required methods
    fn GetPreviousPage(&self) -> Result<HPROPSHEETPAGE>;
    fn GetNextPage(&self) -> Result<HPROPSHEETPAGE>;
    fn GetCancelledPage(&self) -> Result<HPROPSHEETPAGE>;
}

Required Methods§

fn GetPreviousPage(&self) -> Result<HPROPSHEETPAGE>

fn GetNextPage(&self) -> Result<HPROPSHEETPAGE>

fn GetCancelledPage(&self) -> Result<HPROPSHEETPAGE>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§