Trait windows::Win32::Web::InternetExplorer::IHomePage_Impl

pub trait IHomePage_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn navigateHomePage(&self) -> Result<()>;
    fn setHomePage(&self, bstrurl: &BSTR) -> Result<()>;
    fn isHomePage(&self, bstrurl: &BSTR) -> Result<VARIANT_BOOL>;
}

Required Methods§

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

fn setHomePage(&self, bstrurl: &BSTR) -> Result<()>

fn isHomePage(&self, bstrurl: &BSTR) -> Result<VARIANT_BOOL>

Object Safety§

This trait is not object safe.

Implementors§