windows::Win32::System::Mmc

Trait IExtendPropertySheet2_Impl

pub trait IExtendPropertySheet2_Impl: IExtendPropertySheet_Impl {
    // Required method
    fn GetWatermarks(
        &self,
        lpidataobject: Ref<'_, IDataObject>,
        lphwatermark: *mut HBITMAP,
        lphheader: *mut HBITMAP,
        lphpalette: *mut HPALETTE,
        bstretch: *mut BOOL,
    ) -> Result<()>;
}

Required Methods§

fn GetWatermarks( &self, lpidataobject: Ref<'_, IDataObject>, lphwatermark: *mut HBITMAP, lphheader: *mut HBITMAP, lphpalette: *mut HPALETTE, bstretch: *mut BOOL, ) -> 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§