Trait windows::Win32::Storage::IndexServer::IPhraseSink_Impl
pub trait IPhraseSink_Impl: Sized {
// Required methods
fn PutSmallPhrase(
&self,
pwcnoun: &PCWSTR,
cwcnoun: u32,
pwcmodifier: &PCWSTR,
cwcmodifier: u32,
ulattachmenttype: u32,
) -> Result<()>;
fn PutPhrase(&self, pwcphrase: &PCWSTR, cwcphrase: u32) -> Result<()>;
}
Required Methods§
fn PutSmallPhrase( &self, pwcnoun: &PCWSTR, cwcnoun: u32, pwcmodifier: &PCWSTR, cwcmodifier: u32, ulattachmenttype: u32, ) -> Result<()>
fn PutPhrase(&self, pwcphrase: &PCWSTR, cwcphrase: u32) -> Result<()>
Object Safety§
This trait is not object safe.