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

Required Methods§

fn GetWatermarks( &self, lpidataobject: Option<&IDataObject>, lphwatermark: *mut HBITMAP, lphheader: *mut HBITMAP, lphpalette: *mut HPALETTE, bstretch: *mut BOOL ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§