Trait windows::Win32::UI::Shell::IScriptErrorList_Impl
pub trait IScriptErrorList_Impl: Sized + IDispatch_Impl {
Show 14 methods
// Required methods
fn advanceError(&self) -> Result<()>;
fn retreatError(&self) -> Result<()>;
fn canAdvanceError(&self) -> Result<BOOL>;
fn canRetreatError(&self) -> Result<BOOL>;
fn getErrorLine(&self) -> Result<i32>;
fn getErrorChar(&self) -> Result<i32>;
fn getErrorCode(&self) -> Result<i32>;
fn getErrorMsg(&self) -> Result<BSTR>;
fn getErrorUrl(&self) -> Result<BSTR>;
fn getAlwaysShowLockState(&self) -> Result<BOOL>;
fn getDetailsPaneOpen(&self) -> Result<BOOL>;
fn setDetailsPaneOpen(&self, fdetailspaneopen: BOOL) -> Result<()>;
fn getPerErrorDisplay(&self) -> Result<BOOL>;
fn setPerErrorDisplay(&self, fpererrordisplay: BOOL) -> Result<()>;
}
Required Methods§
fn advanceError(&self) -> Result<()>
fn retreatError(&self) -> Result<()>
fn canAdvanceError(&self) -> Result<BOOL>
fn canRetreatError(&self) -> Result<BOOL>
fn getErrorLine(&self) -> Result<i32>
fn getErrorChar(&self) -> Result<i32>
fn getErrorCode(&self) -> Result<i32>
fn getErrorMsg(&self) -> Result<BSTR>
fn getErrorUrl(&self) -> Result<BSTR>
fn getAlwaysShowLockState(&self) -> Result<BOOL>
fn getDetailsPaneOpen(&self) -> Result<BOOL>
fn setDetailsPaneOpen(&self, fdetailspaneopen: BOOL) -> Result<()>
fn getPerErrorDisplay(&self) -> Result<BOOL>
fn setPerErrorDisplay(&self, fpererrordisplay: BOOL) -> Result<()>
Object Safety§
This trait is not object safe.