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

#[repr(C)]
pub struct ISpLexiconVtbl {
    pub parent: IUnknownVtbl,
    pub GetPronunciations: unsafe extern "system" fn(This: *mut ISpLexicon, pszWord: LPCWSTR, LangID: WORD, dwFlags: DWORD, pWordPronunciationList: *mut SPWORDPRONUNCIATIONLIST) -> HRESULT,
    pub AddPronunciation: unsafe extern "system" fn(This: *mut ISpLexicon, pszWord: LPCWSTR, LangID: WORD, ePartOfSpeech: SPPARTOFSPEECH, pszPronunciation: PCSPPHONEID) -> HRESULT,
    pub RemovePronunciation: unsafe extern "system" fn(This: *mut ISpLexicon, pszWord: LPCWSTR, LangID: WORD, ePartOfSpeech: SPPARTOFSPEECH, pszPronunciation: PCSPPHONEID) -> HRESULT,
    pub GetGeneration: unsafe extern "system" fn(This: *mut ISpLexicon, pdwGeneration: *mut DWORD) -> HRESULT,
    pub GetGenerationChange: unsafe extern "system" fn(This: *mut ISpLexicon, dwFlags: DWORD, pdwGeneration: *mut DWORD, pWordList: *mut SPWORDLIST) -> HRESULT,
    pub GetWords: unsafe extern "system" fn(This: *mut ISpLexicon, dwFlags: DWORD, pdwGeneration: *mut DWORD, pdwCookie: *mut DWORD, pWordList: *mut SPWORDLIST) -> HRESULT,
}

Fields

parent: IUnknownVtblGetPronunciations: unsafe extern "system" fn(This: *mut ISpLexicon, pszWord: LPCWSTR, LangID: WORD, dwFlags: DWORD, pWordPronunciationList: *mut SPWORDPRONUNCIATIONLIST) -> HRESULTAddPronunciation: unsafe extern "system" fn(This: *mut ISpLexicon, pszWord: LPCWSTR, LangID: WORD, ePartOfSpeech: SPPARTOFSPEECH, pszPronunciation: PCSPPHONEID) -> HRESULTRemovePronunciation: unsafe extern "system" fn(This: *mut ISpLexicon, pszWord: LPCWSTR, LangID: WORD, ePartOfSpeech: SPPARTOFSPEECH, pszPronunciation: PCSPPHONEID) -> HRESULTGetGeneration: unsafe extern "system" fn(This: *mut ISpLexicon, pdwGeneration: *mut DWORD) -> HRESULTGetGenerationChange: unsafe extern "system" fn(This: *mut ISpLexicon, dwFlags: DWORD, pdwGeneration: *mut DWORD, pWordList: *mut SPWORDLIST) -> HRESULTGetWords: unsafe extern "system" fn(This: *mut ISpLexicon, dwFlags: DWORD, pdwGeneration: *mut DWORD, pdwCookie: *mut DWORD, pWordList: *mut SPWORDLIST) -> HRESULT

Auto Trait Implementations

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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