windows::Win32::UI::Shell

Trait IShellDispatch4_Impl

pub trait IShellDispatch4_Impl: 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>

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.

Implementors§