Struct winapi::sapi::ISpLexicon [] [src]

pub struct ISpLexicon {
    pub lpVtbl: *const ISpLexiconVtbl,
}

Fields

lpVtbl: *const ISpLexiconVtbl

Methods

impl ISpLexicon
[src]

unsafe fn GetPronunciations(&mut self, pszWord: LPCWSTR, LangID: WORD, dwFlags: DWORD, pWordPronunciationList: *mut SPWORDPRONUNCIATIONLIST) -> HRESULT

unsafe fn AddPronunciation(&mut self, pszWord: LPCWSTR, LangID: WORD, ePartOfSpeech: SPPARTOFSPEECH, pszPronunciation: PCSPPHONEID) -> HRESULT

unsafe fn RemovePronunciation(&mut self, pszWord: LPCWSTR, LangID: WORD, ePartOfSpeech: SPPARTOFSPEECH, pszPronunciation: PCSPPHONEID) -> HRESULT

unsafe fn GetGeneration(&mut self, pdwGeneration: *mut DWORD) -> HRESULT

unsafe fn GetGenerationChange(&mut self, dwFlags: DWORD, pdwGeneration: *mut DWORD, pWordList: *mut SPWORDLIST) -> HRESULT

unsafe fn GetWords(&mut self, dwFlags: DWORD, pdwGeneration: *mut DWORD, pdwCookie: *mut DWORD, pWordList: *mut SPWORDLIST) -> HRESULT

Methods from Deref<Target=IUnknown>

unsafe fn QueryInterface(&mut self, riid: REFIID, ppvObject: *mut *mut c_void) -> HRESULT

unsafe fn AddRef(&mut self) -> ULONG

unsafe fn Release(&mut self) -> ULONG

Trait Implementations

impl Debug for ISpLexicon
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Deref for ISpLexicon
[src]

type Target = IUnknown

The resulting type after dereferencing

fn deref(&self) -> &IUnknown

The method called to dereference a value

impl DerefMut for ISpLexicon
[src]

fn deref_mut(&mut self) -> &mut IUnknown

The method called to mutably dereference a value