pub trait IShellDispatch4_Impl: Sized + IShellDispatch3_Impl {
    // Required methods
    fn WindowsSecurity(&self) -> Result<()>;
    fn ToggleDesktop(&self) -> Result<()>;
    fn ExplorerPolicy(&self, bstrpolicyname: &BSTR) -> Result<VARIANT>;
    fn GetSetting(&self, lsetting: i32) -> Result<VARIANT_BOOL>;
}

Required Methods§

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

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

fn ExplorerPolicy(&self, bstrpolicyname: &BSTR) -> Result<VARIANT>

fn GetSetting(&self, lsetting: i32) -> Result<VARIANT_BOOL>

Object Safety§

This trait is not object safe.

Implementors§