Trait IWMDRMEditor_Impl
pub trait IWMDRMEditor_Impl: IUnknownImpl {
// 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<()>
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.