pub trait IPrintCoreHelperUni2_Impl: Sized + IPrintCoreHelperUni_Impl {
    // Required method
    fn GetNamedCommand(
        &self,
        pdevmode: *const DEVMODEA,
        cbsize: u32,
        pszcommandname: &PCWSTR,
        ppcommandbytes: *mut *mut u8,
        pcbcommandsize: *mut u32
    ) -> Result<()>;
}

Required Methods§

fn GetNamedCommand( &self, pdevmode: *const DEVMODEA, cbsize: u32, pszcommandname: &PCWSTR, ppcommandbytes: *mut *mut u8, pcbcommandsize: *mut u32 ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§