windows::Win32::Graphics::Printing

Trait IBidiAsyncNotifyChannel_Impl

pub trait IBidiAsyncNotifyChannel_Impl: IPrintAsyncNotifyChannel_Impl {
    // Required methods
    fn CreateNotificationChannel(&self) -> Result<()>;
    fn GetPrintName(
        &self,
        param0: *const Option<IPrintAsyncNotifyDataObject>,
    ) -> Result<()>;
    fn GetChannelNotificationType(
        &self,
        param0: *const Option<IPrintAsyncNotifyDataObject>,
    ) -> Result<()>;
    fn AsyncGetNotificationSendResponse(
        &self,
        param0: Ref<'_, IPrintAsyncNotifyDataObject>,
        param1: Ref<'_, IAsyncGetSendNotificationCookie>,
    ) -> Result<()>;
    fn AsyncCloseChannel(
        &self,
        param0: Ref<'_, IPrintAsyncNotifyDataObject>,
        param1: Ref<'_, IPrintAsyncCookie>,
    ) -> Result<()>;
}

Required Methods§

fn CreateNotificationChannel(&self) -> Result<()>

fn GetPrintName( &self, param0: *const Option<IPrintAsyncNotifyDataObject>, ) -> Result<()>

fn GetChannelNotificationType( &self, param0: *const Option<IPrintAsyncNotifyDataObject>, ) -> Result<()>

fn AsyncGetNotificationSendResponse( &self, param0: Ref<'_, IPrintAsyncNotifyDataObject>, param1: Ref<'_, IAsyncGetSendNotificationCookie>, ) -> Result<()>

fn AsyncCloseChannel( &self, param0: Ref<'_, IPrintAsyncNotifyDataObject>, param1: Ref<'_, IPrintAsyncCookie>, ) -> Result<()>

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§