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