pub trait IPlayToSourceClassFactory_Impl: Sized {
    // Required method
    fn CreateInstance(
        &self,
        dwflags: u32,
        pcontrol: Option<&IPlayToControl>
    ) -> Result<IInspectable>;
}

Required Methods§

fn CreateInstance( &self, dwflags: u32, pcontrol: Option<&IPlayToControl> ) -> Result<IInspectable>

Object Safety§

This trait is not object safe.

Implementors§