Trait windows::Win32::Media::MediaPlayer::IWMPError_Impl

pub trait IWMPError_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn clearErrorQueue(&self) -> Result<()>;
    fn errorCount(&self, plnumerrors: *mut i32) -> Result<()>;
    fn get_item(&self, dwindex: i32) -> Result<IWMPErrorItem>;
    fn webHelp(&self) -> Result<()>;
}

Required Methods§

fn clearErrorQueue(&self) -> Result<()>

fn errorCount(&self, plnumerrors: *mut i32) -> Result<()>

fn get_item(&self, dwindex: i32) -> Result<IWMPErrorItem>

fn webHelp(&self) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§