pub trait IPrintAsyncNewChannelCookie_Impl: Sized + IPrintAsyncCookie_Impl {
    // Required method
    fn FinishAsyncCallWithData(
        &self,
        param0: *const Option<IPrintAsyncNotifyChannel>,
        param1: u32,
    ) -> Result<()>;
}

Required Methods§

fn FinishAsyncCallWithData( &self, param0: *const Option<IPrintAsyncNotifyChannel>, param1: u32, ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§