windows::Win32::Storage::Xps::Printing

Trait IPrintDocumentPackageTargetFactory_Impl

pub trait IPrintDocumentPackageTargetFactory_Impl: IUnknownImpl {
    // Required method
    fn CreateDocumentPackageTargetForPrintJob(
        &self,
        printername: &PCWSTR,
        jobname: &PCWSTR,
        joboutputstream: Ref<'_, IStream>,
        jobprintticketstream: Ref<'_, IStream>,
    ) -> Result<IPrintDocumentPackageTarget>;
}

Required Methods§

fn CreateDocumentPackageTargetForPrintJob( &self, printername: &PCWSTR, jobname: &PCWSTR, joboutputstream: Ref<'_, IStream>, jobprintticketstream: Ref<'_, IStream>, ) -> Result<IPrintDocumentPackageTarget>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§