pub trait IPartDiscardControl_Impl: Sized {
    // Required method
    fn GetDiscardProperties(
        &self,
        urisentinelpage: *mut BSTR,
        uriparttodiscard: *mut BSTR
    ) -> Result<()>;
}

Required Methods§

fn GetDiscardProperties( &self, urisentinelpage: *mut BSTR, uriparttodiscard: *mut BSTR ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§