Trait windows::Win32::Media::Speech::ISpCFGInterpreter_Impl
pub trait ISpCFGInterpreter_Impl: Sized {
// Required methods
fn InitGrammar(
&self,
pszgrammarname: &PCWSTR,
pvgrammardata: *const *const c_void,
) -> Result<()>;
fn Interpret(
&self,
pphrase: Option<&ISpPhraseBuilder>,
ulfirstelement: u32,
ulcountofelements: u32,
psite: Option<&ISpCFGInterpreterSite>,
) -> Result<()>;
}
Required Methods§
fn InitGrammar( &self, pszgrammarname: &PCWSTR, pvgrammardata: *const *const c_void, ) -> Result<()>
fn Interpret( &self, pphrase: Option<&ISpPhraseBuilder>, ulfirstelement: u32, ulcountofelements: u32, psite: Option<&ISpCFGInterpreterSite>, ) -> Result<()>
Object Safety§
This trait is not object safe.