Trait windows::Win32::Graphics::Printing::IImgCreateErrorInfo_Impl
pub trait IImgCreateErrorInfo_Impl: Sized + ICreateErrorInfo_Impl {
// Required method
fn AttachToErrorInfo(&self, perrorinfo: *mut ImgErrorInfo) -> Result<()>;
}
Required Methods§
fn AttachToErrorInfo(&self, perrorinfo: *mut ImgErrorInfo) -> Result<()>
Object Safety§
This trait is not object safe.