Trait windows::Win32::UI::Shell::IShellFolderViewDual3_Impl
pub trait IShellFolderViewDual3_Impl: Sized + IShellFolderViewDual2_Impl {
// Required methods
fn GroupBy(&self) -> Result<BSTR>;
fn SetGroupBy(&self, bstrgroupby: &BSTR) -> Result<()>;
fn FolderFlags(&self) -> Result<u32>;
fn SetFolderFlags(&self, dwflags: u32) -> Result<()>;
fn SortColumns(&self) -> Result<BSTR>;
fn SetSortColumns(&self, bstrsortcolumns: &BSTR) -> Result<()>;
fn SetIconSize(&self, iiconsize: i32) -> Result<()>;
fn IconSize(&self) -> Result<i32>;
fn FilterView(&self, bstrfiltertext: &BSTR) -> Result<()>;
}
Required Methods§
fn GroupBy(&self) -> Result<BSTR>
fn SetGroupBy(&self, bstrgroupby: &BSTR) -> Result<()>
fn FolderFlags(&self) -> Result<u32>
fn SetFolderFlags(&self, dwflags: u32) -> Result<()>
fn SortColumns(&self) -> Result<BSTR>
fn SetSortColumns(&self, bstrsortcolumns: &BSTR) -> Result<()>
fn SetIconSize(&self, iiconsize: i32) -> Result<()>
fn IconSize(&self) -> Result<i32>
fn FilterView(&self, bstrfiltertext: &BSTR) -> Result<()>
Object Safety§
This trait is not object safe.