pub trait IMFMediaEngineClassFactory4_Impl: Sized {
    // Required method
    fn CreateContentDecryptionModuleFactory(
        &self,
        keysystem: &PCWSTR,
        riid: *const GUID,
        ppvobject: *mut *mut c_void
    ) -> Result<()>;
}

Required Methods§

fn CreateContentDecryptionModuleFactory( &self, keysystem: &PCWSTR, riid: *const GUID, ppvobject: *mut *mut c_void ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§