Trait IUrlHistoryStg2_Impl
pub trait IUrlHistoryStg2_Impl: IUrlHistoryStg_Impl {
// Required methods
fn AddUrlAndNotify(
&self,
pocsurl: &PCWSTR,
pocstitle: &PCWSTR,
dwflags: u32,
fwritehistory: BOOL,
poctnotify: Ref<'_, IOleCommandTarget>,
punkisfolder: Ref<'_, IUnknown>,
) -> Result<()>;
fn ClearHistory(&self) -> Result<()>;
}
Required Methods§
fn AddUrlAndNotify( &self, pocsurl: &PCWSTR, pocstitle: &PCWSTR, dwflags: u32, fwritehistory: BOOL, poctnotify: Ref<'_, IOleCommandTarget>, punkisfolder: Ref<'_, IUnknown>, ) -> Result<()>
fn ClearHistory(&self) -> 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.