pub trait IWMDRMEditor_Impl: Sized {
    // Required method
    fn GetDRMProperty(
        &self,
        pwstrname: &PCWSTR,
        pdwtype: *mut WMT_ATTR_DATATYPE,
        pvalue: *mut u8,
        pcblength: *mut u16
    ) -> Result<()>;
}

Required Methods§

fn GetDRMProperty( &self, pwstrname: &PCWSTR, pdwtype: *mut WMT_ATTR_DATATYPE, pvalue: *mut u8, pcblength: *mut u16 ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§