Struct winapi::sapi::ISpLexicon
[−]
[src]
pub struct ISpLexicon { pub lpVtbl: *const ISpLexiconVtbl, }
Fields
lpVtbl |
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 Deref for ISpLexicon
[src]
type Target = IUnknown
The resulting type after dereferencing
fn deref(&self) -> &IUnknown
The method called to dereference a value