windows::Win32::System::Mmc

Trait IPropertySheetCallback_Impl

pub trait IPropertySheetCallback_Impl: IUnknownImpl {
    // Required methods
    fn AddPage(&self, hpage: HPROPSHEETPAGE) -> Result<()>;
    fn RemovePage(&self, hpage: HPROPSHEETPAGE) -> Result<()>;
}

Required Methods§

fn AddPage(&self, hpage: HPROPSHEETPAGE) -> Result<()>

fn RemovePage(&self, hpage: HPROPSHEETPAGE) -> Result<()>

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§