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.

Implementors§