Trait winsafe::prelude::shell_IFileSaveDialog

source ·
pub trait shell_IFileSaveDialog: shell_IFileDialog {
    // Provided method
    fn SetSaveAsItem(&self, psi: &impl shell_IShellItem) -> HrResult<()> { ... }
}
Available on crate features kernel and shell only.
Expand description

This trait is enabled with the shell feature, and provides methods for IFileSaveDialog.

Prefer importing this trait through the prelude:

use winsafe::prelude::*;

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§