Trait windows::Win32::Media::Speech::ISpGramCompBackend_Impl

pub trait ISpGramCompBackend_Impl: Sized + ISpGrammarBuilder_Impl {
    // Required methods
    fn SetSaveObjects(
        &self,
        pstream: Option<&IStream>,
        perrorlog: Option<&ISpErrorLog>,
    ) -> Result<()>;
    fn InitFromBinaryGrammar(
        &self,
        pbinarydata: *const SPBINARYGRAMMAR,
    ) -> Result<()>;
}

Required Methods§

fn SetSaveObjects( &self, pstream: Option<&IStream>, perrorlog: Option<&ISpErrorLog>, ) -> Result<()>

fn InitFromBinaryGrammar( &self, pbinarydata: *const SPBINARYGRAMMAR, ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§