windows::Win32::Media::MediaPlayer

Trait IWMPMedia3_Impl

pub trait IWMPMedia3_Impl: IWMPMedia2_Impl {
    // Required methods
    fn getAttributeCountByType(
        &self,
        bstrtype: &BSTR,
        bstrlanguage: &BSTR,
        plcount: *mut i32,
    ) -> Result<()>;
    fn getItemInfoByType(
        &self,
        bstrtype: &BSTR,
        bstrlanguage: &BSTR,
        lindex: i32,
        pvarvalue: *mut VARIANT,
    ) -> Result<()>;
}

Required Methods§

fn getAttributeCountByType( &self, bstrtype: &BSTR, bstrlanguage: &BSTR, plcount: *mut i32, ) -> Result<()>

fn getItemInfoByType( &self, bstrtype: &BSTR, bstrlanguage: &BSTR, lindex: i32, pvarvalue: *mut VARIANT, ) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§