pub trait IWebWizardExtension_Impl: Sized + IWizardExtension_Impl {
    // Required methods
    fn SetInitialURL(&self, pszurl: &PCWSTR) -> Result<()>;
    fn SetErrorURL(&self, pszerrorurl: &PCWSTR) -> Result<()>;
}

Required Methods§

fn SetInitialURL(&self, pszurl: &PCWSTR) -> Result<()>

fn SetErrorURL(&self, pszerrorurl: &PCWSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§