pub trait IFileDialog2_Impl: Sized + IFileDialog_Impl {
    // Required methods
    fn SetCancelButtonLabel(&self, pszlabel: &PCWSTR) -> Result<()>;
    fn SetNavigationRoot(&self, psi: Option<&IShellItem>) -> Result<()>;
}

Required Methods§

fn SetCancelButtonLabel(&self, pszlabel: &PCWSTR) -> Result<()>

fn SetNavigationRoot(&self, psi: Option<&IShellItem>) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§