Trait windows::Win32::System::Search::ISearchManager2_Impl
pub trait ISearchManager2_Impl: Sized + ISearchManager_Impl {
// Required methods
fn CreateCatalog(
&self,
pszcatalog: &PCWSTR,
) -> Result<ISearchCatalogManager>;
fn DeleteCatalog(&self, pszcatalog: &PCWSTR) -> Result<()>;
}
Required Methods§
fn CreateCatalog(&self, pszcatalog: &PCWSTR) -> Result<ISearchCatalogManager>
fn DeleteCatalog(&self, pszcatalog: &PCWSTR) -> Result<()>
Object Safety§
This trait is not object safe.