Trait windows::Win32::System::Search::ISimpleCommandCreator_Impl
pub trait ISimpleCommandCreator_Impl: Sized {
// Required methods
fn CreateICommand(
&self,
ppiunknown: *mut Option<IUnknown>,
pouterunk: Option<&IUnknown>,
) -> Result<()>;
fn VerifyCatalog(
&self,
pwszmachine: &PCWSTR,
pwszcatalogname: &PCWSTR,
) -> Result<()>;
fn GetDefaultCatalog(
&self,
pwszcatalogname: &PCWSTR,
cwcin: u32,
pcwcout: *mut u32,
) -> Result<()>;
}
Required Methods§
fn CreateICommand( &self, ppiunknown: *mut Option<IUnknown>, pouterunk: Option<&IUnknown>, ) -> Result<()>
fn VerifyCatalog( &self, pwszmachine: &PCWSTR, pwszcatalogname: &PCWSTR, ) -> Result<()>
fn GetDefaultCatalog( &self, pwszcatalogname: &PCWSTR, cwcin: u32, pcwcout: *mut u32, ) -> Result<()>
Object Safety§
This trait is not object safe.