windows::Win32::Media::MediaPlayer

Trait IWMPServices_Impl

pub trait IWMPServices_Impl: IUnknownImpl {
    // Required methods
    fn GetStreamTime(&self, prt: *mut i64) -> Result<()>;
    fn GetStreamState(&self, pstate: *mut WMPServices_StreamState) -> Result<()>;
}

Required Methods§

fn GetStreamTime(&self, prt: *mut i64) -> Result<()>

fn GetStreamState(&self, pstate: *mut WMPServices_StreamState) -> 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§