pub trait IShellFavoritesNameSpace_Impl: Sized + IDispatch_Impl {
Show 13 methods // Required methods fn MoveSelectionUp(&self) -> Result<()>; fn MoveSelectionDown(&self) -> Result<()>; fn ResetSort(&self) -> Result<()>; fn NewFolder(&self) -> Result<()>; fn Synchronize(&self) -> Result<()>; fn Import(&self) -> Result<()>; fn Export(&self) -> Result<()>; fn InvokeContextMenuCommand(&self, strcommand: &BSTR) -> Result<()>; fn MoveSelectionTo(&self) -> Result<()>; fn SubscriptionsEnabled(&self) -> Result<VARIANT_BOOL>; fn CreateSubscriptionForSelection(&self) -> Result<VARIANT_BOOL>; fn DeleteSubscriptionForSelection(&self) -> Result<VARIANT_BOOL>; fn SetRoot(&self, bstrfullpath: &BSTR) -> Result<()>;
}

Required Methods§

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

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

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

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

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

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

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

fn InvokeContextMenuCommand(&self, strcommand: &BSTR) -> Result<()>

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

fn SubscriptionsEnabled(&self) -> Result<VARIANT_BOOL>

fn CreateSubscriptionForSelection(&self) -> Result<VARIANT_BOOL>

fn DeleteSubscriptionForSelection(&self) -> Result<VARIANT_BOOL>

fn SetRoot(&self, bstrfullpath: &BSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§