windows::Win32::Graphics::Printing

Trait IPrintCoreHelperUni_Impl

pub trait IPrintCoreHelperUni_Impl: IPrintCoreHelper_Impl {
    // Required methods
    fn CreateGDLSnapshot(
        &self,
        pdevmode: *mut DEVMODEA,
        cbsize: u32,
        dwflags: u32,
        ppsnapshotstream: OutRef<'_, IStream>,
    ) -> Result<()>;
    fn CreateDefaultGDLSnapshot(&self, dwflags: u32) -> Result<IStream>;
}

Required Methods§

fn CreateGDLSnapshot( &self, pdevmode: *mut DEVMODEA, cbsize: u32, dwflags: u32, ppsnapshotstream: OutRef<'_, IStream>, ) -> Result<()>

fn CreateDefaultGDLSnapshot(&self, dwflags: u32) -> Result<IStream>

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§