Trait windows::Win32::System::Search::IColumnMapperCreator_Impl
pub trait IColumnMapperCreator_Impl: Sized {
// Required method
fn GetColumnMapper(
&self,
wcsmachinename: &PCWSTR,
wcscatalogname: &PCWSTR,
) -> Result<IColumnMapper>;
}
Required Methods§
fn GetColumnMapper( &self, wcsmachinename: &PCWSTR, wcscatalogname: &PCWSTR, ) -> Result<IColumnMapper>
Object Safety§
This trait is not object safe.