Trait windows::Win32::System::Search::INamedEntity_Impl

pub trait INamedEntity_Impl: Sized {
    // Required methods
    fn GetValue(&self) -> Result<PWSTR>;
    fn DefaultPhrase(&self, ppszphrase: *mut PWSTR) -> Result<()>;
}

Required Methods§

fn GetValue(&self) -> Result<PWSTR>

fn DefaultPhrase(&self, ppszphrase: *mut PWSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§