Trait IWMPError_Impl
pub trait IWMPError_Impl: 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<()>
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.