Trait ICommDlgBrowser3_Impl
pub trait ICommDlgBrowser3_Impl: ICommDlgBrowser2_Impl {
// Required methods
fn OnColumnClicked(
&self,
ppshv: Ref<'_, IShellView>,
icolumn: i32,
) -> Result<()>;
fn GetCurrentFilter(
&self,
pszfilespec: PWSTR,
cchfilespec: i32,
) -> Result<()>;
fn OnPreViewCreated(&self, ppshv: Ref<'_, IShellView>) -> Result<()>;
}
Required Methods§
fn OnColumnClicked( &self, ppshv: Ref<'_, IShellView>, icolumn: i32, ) -> Result<()>
fn GetCurrentFilter(&self, pszfilespec: PWSTR, cchfilespec: i32) -> Result<()>
fn OnPreViewCreated(&self, ppshv: Ref<'_, IShellView>) -> Result<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.