windows::Win32::System::Search

Trait ISearchViewChangedSink_Impl

pub trait ISearchViewChangedSink_Impl: IUnknownImpl {
    // Required method
    fn OnChange(
        &self,
        pdwdocid: *const i32,
        pchange: *const SEARCH_ITEM_CHANGE,
        pfinview: *const BOOL,
    ) -> Result<()>;
}

Required Methods§

fn OnChange( &self, pdwdocid: *const i32, pchange: *const SEARCH_ITEM_CHANGE, pfinview: *const BOOL, ) -> 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.

Implementors§