pub trait IPrinterQueueViewEvent_Impl: Sized + IDispatch_Impl {
    // Required method
    fn OnChanged(
        &self,
        pcollection: Option<&IPrintJobCollection>,
        ulviewoffset: u32,
        ulviewsize: u32,
        ulcountjobsinprintqueue: u32
    ) -> Result<()>;
}

Required Methods§

fn OnChanged( &self, pcollection: Option<&IPrintJobCollection>, ulviewoffset: u32, ulviewsize: u32, ulcountjobsinprintqueue: u32 ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§