pub trait IDTFilter3_Impl: Sized + IDTFilter2_Impl {
    // Required methods
    fn GetProtectionType(&self) -> Result<ProtType>;
    fn LicenseHasExpirationDate(&self) -> Result<BOOL>;
    fn SetRights(&self, bstrrights: &BSTR) -> Result<()>;
}

Required Methods§

fn GetProtectionType(&self) -> Result<ProtType>

fn LicenseHasExpirationDate(&self) -> Result<BOOL>

fn SetRights(&self, bstrrights: &BSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§