pub trait IWICBitmapCodecProgressNotification_Impl: Sized {
    // Required method
    fn RegisterProgressNotification(
        &self,
        pfnprogressnotification: PFNProgressNotification,
        pvdata: *const c_void,
        dwprogressflags: u32,
    ) -> Result<()>;
}

Required Methods§

fn RegisterProgressNotification( &self, pfnprogressnotification: PFNProgressNotification, pvdata: *const c_void, dwprogressflags: u32, ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§