windows::Win32::System::Mmc

Trait IExtendPropertySheet_Impl

pub trait IExtendPropertySheet_Impl: IUnknownImpl {
    // Required methods
    fn CreatePropertyPages(
        &self,
        lpprovider: Ref<'_, IPropertySheetCallback>,
        handle: isize,
        lpidataobject: Ref<'_, IDataObject>,
    ) -> Result<()>;
    fn QueryPagesFor(&self, lpdataobject: Ref<'_, IDataObject>) -> Result<()>;
}

Required Methods§

fn CreatePropertyPages( &self, lpprovider: Ref<'_, IPropertySheetCallback>, handle: isize, lpidataobject: Ref<'_, IDataObject>, ) -> Result<()>

fn QueryPagesFor(&self, lpdataobject: Ref<'_, IDataObject>) -> 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§