Trait windows::Win32::Media::Speech::ISpCFGInterpreterSite_Impl

pub trait ISpCFGInterpreterSite_Impl: Sized {
    // Required methods
    fn AddTextReplacement(
        &self,
        preplace: *const SPPHRASEREPLACEMENT,
    ) -> Result<()>;
    fn AddProperty(&self, pproperty: *const SPPHRASEPROPERTY) -> Result<()>;
    fn GetResourceValue(&self, pszresourcename: &PCWSTR) -> Result<PWSTR>;
}

Required Methods§

fn AddTextReplacement(&self, preplace: *const SPPHRASEREPLACEMENT) -> Result<()>

fn AddProperty(&self, pproperty: *const SPPHRASEPROPERTY) -> Result<()>

fn GetResourceValue(&self, pszresourcename: &PCWSTR) -> Result<PWSTR>

Object Safety§

This trait is not object safe.

Implementors§