Trait windows::Win32::Graphics::Printing::IPartImage_Impl
pub trait IPartImage_Impl: Sized + IPartBase_Impl {
// Required methods
fn GetImageProperties(&self) -> Result<BSTR>;
fn SetImageContent(&self, pcontenttype: &PCWSTR) -> Result<()>;
}
Required Methods§
fn GetImageProperties(&self) -> Result<BSTR>
fn SetImageContent(&self, pcontenttype: &PCWSTR) -> Result<()>
Object Safety§
This trait is not object safe.