pub trait IWCPropertySheetCallback_Impl: Sized {
    // Required method
    fn AddPropertySheetPage(&self, hpage: *const i32) -> Result<()>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§