Trait windows::Win32::Media::Speech::ISpPhoneticAlphabetSelection_Impl
pub trait ISpPhoneticAlphabetSelection_Impl: Sized {
// Required methods
fn IsAlphabetUPS(&self) -> Result<BOOL>;
fn SetAlphabetToUPS(&self, fforceups: BOOL) -> Result<()>;
}
Required Methods§
fn IsAlphabetUPS(&self) -> Result<BOOL>
fn SetAlphabetToUPS(&self, fforceups: BOOL) -> Result<()>
Object Safety§
This trait is not object safe.