Trait windows::Win32::Graphics::Printing::IFixedDocument_Impl
pub trait IFixedDocument_Impl: Sized {
// Required methods
fn GetUri(&self) -> Result<BSTR>;
fn GetPrintTicket(&self) -> Result<IPartPrintTicket>;
fn SetPrintTicket(
&self,
pprintticket: Option<&IPartPrintTicket>,
) -> Result<()>;
}
Required Methods§
fn GetUri(&self) -> Result<BSTR>
fn GetPrintTicket(&self) -> Result<IPartPrintTicket>
fn SetPrintTicket(&self, pprintticket: Option<&IPartPrintTicket>) -> Result<()>
Object Safety§
This trait is not object safe.