Trait windows::Win32::System::Search::IProtocolHandlerSite_Impl
pub trait IProtocolHandlerSite_Impl: Sized {
// Required method
fn GetFilter(
&self,
pclsidobj: *const GUID,
pcwszcontenttype: &PCWSTR,
pcwszextension: &PCWSTR,
) -> Result<IFilter>;
}
Required Methods§
fn GetFilter( &self, pclsidobj: *const GUID, pcwszcontenttype: &PCWSTR, pcwszextension: &PCWSTR, ) -> Result<IFilter>
Object Safety§
This trait is not object safe.