pub trait IShellDispatch3_Impl: Sized + IShellDispatch2_Impl {
    // Required method
    fn AddToRecent(&self, varfile: &VARIANT, bstrcategory: &BSTR) -> Result<()>;
}

Required Methods§

fn AddToRecent(&self, varfile: &VARIANT, bstrcategory: &BSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§