Trait windows::Win32::Media::MediaPlayer::IWMPErrorItem_Impl
pub trait IWMPErrorItem_Impl: Sized + IDispatch_Impl {
// Required methods
fn errorCode(&self, phr: *mut i32) -> Result<()>;
fn errorDescription(&self, pbstrdescription: *mut BSTR) -> Result<()>;
fn errorContext(&self, pvarcontext: *mut VARIANT) -> Result<()>;
fn remedy(&self, plremedy: *mut i32) -> Result<()>;
fn customUrl(&self, pbstrcustomurl: *mut BSTR) -> Result<()>;
}
Required Methods§
fn errorCode(&self, phr: *mut i32) -> Result<()>
fn errorDescription(&self, pbstrdescription: *mut BSTR) -> Result<()>
fn errorContext(&self, pvarcontext: *mut VARIANT) -> Result<()>
fn remedy(&self, plremedy: *mut i32) -> Result<()>
fn customUrl(&self, pbstrcustomurl: *mut BSTR) -> Result<()>
Object Safety§
This trait is not object safe.