pub trait IMFSharingEngineClassFactory_Impl: Sized {
    // Required method
    fn CreateInstance(
        &self,
        dwflags: u32,
        pattr: Option<&IMFAttributes>
    ) -> Result<IUnknown>;
}

Required Methods§

fn CreateInstance( &self, dwflags: u32, pattr: Option<&IMFAttributes> ) -> Result<IUnknown>

Object Safety§

This trait is not object safe.

Implementors§