pub trait IWMPDownloadManager_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn getDownloadCollection(
        &self,
        lcollectionid: i32,
    ) -> Result<IWMPDownloadCollection>;
    fn createDownloadCollection(&self) -> Result<IWMPDownloadCollection>;
}

Required Methods§

fn getDownloadCollection( &self, lcollectionid: i32, ) -> Result<IWMPDownloadCollection>

fn createDownloadCollection(&self) -> Result<IWMPDownloadCollection>

Object Safety§

This trait is not object safe.

Implementors§