pub trait IWCWizard97Callback_Impl: Sized {
    // Required methods
    fn AddWizard97Page(&self, hpage: *const i32) -> Result<()>;
    fn EnableNext(&self, hpage: *const i32, benable: BOOL) -> Result<()>;
}

Required Methods§

fn AddWizard97Page(&self, hpage: *const i32) -> Result<()>

fn EnableNext(&self, hpage: *const i32, benable: BOOL) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§