Trait windows::Win32::Media::MediaPlayer::IWMPDownloadItem2_Impl
pub trait IWMPDownloadItem2_Impl: Sized + IWMPDownloadItem_Impl {
// Required method
fn getItemInfo(
&self,
bstritemname: &BSTR,
pbstrval: *mut BSTR,
) -> Result<()>;
}
Required Methods§
fn getItemInfo(&self, bstritemname: &BSTR, pbstrval: *mut BSTR) -> Result<()>
Object Safety§
This trait is not object safe.