Trait windows::Win32::System::Mmc::IExtendPropertySheet2_Impl
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.