Trait windows::Win32::Media::MediaPlayer::IWMPDownloadManager_Impl
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.