pub trait IURLSearchHook2_Impl: Sized + IURLSearchHook_Impl {
    // Required method
    fn TranslateWithSearchContext(
        &self,
        pwszsearchurl: PWSTR,
        cchbuffersize: u32,
        psearchcontext: Option<&ISearchContext>
    ) -> Result<()>;
}

Required Methods§

fn TranslateWithSearchContext( &self, pwszsearchurl: PWSTR, cchbuffersize: u32, psearchcontext: Option<&ISearchContext> ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§