[][src]Struct winapi::um::sapi51::ISpeechLexiconVtbl

#[repr(C)]
pub struct ISpeechLexiconVtbl { pub parent: IDispatchVtbl, pub get_GenerationId: unsafe extern "system" fn(This: *mut ISpeechLexicon, GenerationId: *mut c_long) -> HRESULT, pub GetWords: unsafe extern "system" fn(This: *mut ISpeechLexicon, Flags: SpeechLexiconType, GenerationID: *mut c_long, Words: *mut *mut ISpeechLexiconWords) -> HRESULT, pub AddPronunciation: unsafe extern "system" fn(This: *mut ISpeechLexicon, bstrWord: BSTR, LangId: SpeechLanguageId, PartOfSpeech: SpeechPartOfSpeech, bstrPronunciation: BSTR) -> HRESULT, pub AddPronunciationByPhoneIds: unsafe extern "system" fn(This: *mut ISpeechLexicon, bstrWord: BSTR, LangId: SpeechLanguageId, PartOfSpeech: SpeechPartOfSpeech, PhoneIds: *mut VARIANT) -> HRESULT, pub RemovePronunciation: unsafe extern "system" fn(This: *mut ISpeechLexicon, bstrWord: BSTR, LangId: SpeechLanguageId, PartOfSpeech: SpeechPartOfSpeech, bstrPronunciation: BSTR) -> HRESULT, pub RemovePronunciationByPhoneIds: unsafe extern "system" fn(This: *mut ISpeechLexicon, bstrWord: BSTR, LangId: SpeechLanguageId, PartOfSpeech: SpeechPartOfSpeech, PhoneIds: *mut VARIANT) -> HRESULT, pub GetPronunciations: unsafe extern "system" fn(This: *mut ISpeechLexicon, bstrWord: BSTR, LangId: SpeechLanguageId, TypeFlags: SpeechLexiconType, ppPronunciations: *mut *mut ISpeechLexiconPronunciations) -> HRESULT, pub GetGenerationChange: unsafe extern "system" fn(This: *mut ISpeechLexicon, GenerationID: *mut c_long, ppWords: *mut *mut ISpeechLexiconWords) -> HRESULT, }

Fields

parent: IDispatchVtblget_GenerationId: unsafe extern "system" fn(This: *mut ISpeechLexicon, GenerationId: *mut c_long) -> HRESULTGetWords: unsafe extern "system" fn(This: *mut ISpeechLexicon, Flags: SpeechLexiconType, GenerationID: *mut c_long, Words: *mut *mut ISpeechLexiconWords) -> HRESULTAddPronunciation: unsafe extern "system" fn(This: *mut ISpeechLexicon, bstrWord: BSTR, LangId: SpeechLanguageId, PartOfSpeech: SpeechPartOfSpeech, bstrPronunciation: BSTR) -> HRESULTAddPronunciationByPhoneIds: unsafe extern "system" fn(This: *mut ISpeechLexicon, bstrWord: BSTR, LangId: SpeechLanguageId, PartOfSpeech: SpeechPartOfSpeech, PhoneIds: *mut VARIANT) -> HRESULTRemovePronunciation: unsafe extern "system" fn(This: *mut ISpeechLexicon, bstrWord: BSTR, LangId: SpeechLanguageId, PartOfSpeech: SpeechPartOfSpeech, bstrPronunciation: BSTR) -> HRESULTRemovePronunciationByPhoneIds: unsafe extern "system" fn(This: *mut ISpeechLexicon, bstrWord: BSTR, LangId: SpeechLanguageId, PartOfSpeech: SpeechPartOfSpeech, PhoneIds: *mut VARIANT) -> HRESULTGetPronunciations: unsafe extern "system" fn(This: *mut ISpeechLexicon, bstrWord: BSTR, LangId: SpeechLanguageId, TypeFlags: SpeechLexiconType, ppPronunciations: *mut *mut ISpeechLexiconPronunciations) -> HRESULTGetGenerationChange: unsafe extern "system" fn(This: *mut ISpeechLexicon, GenerationID: *mut c_long, ppWords: *mut *mut ISpeechLexiconWords) -> HRESULT

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]