Struct winapi::sapi::ISpPhoneticAlphabetConverter
[−]
[src]
pub struct ISpPhoneticAlphabetConverter { pub lpVtbl: *const ISpPhoneticAlphabetConverterVtbl, }
Fields
lpVtbl |
Methods
impl ISpPhoneticAlphabetConverter
[src]
unsafe fn GetLangId(&mut self, pLangID: *mut WORD) -> HRESULT
unsafe fn SetLangId(&mut self, LangID: *mut WORD) -> HRESULT
unsafe fn SAPI2UPS(&mut self, pszSAPIId: *const SPPHONEID, pszUPSId: *mut SPPHONEID, cMaxLength: DWORD) -> HRESULT
unsafe fn UPS2SAPI(&mut self, pszUPSId: *const SPPHONEID, pszSAPIId: *mut SPPHONEID, cMaxLength: DWORD) -> HRESULT
unsafe fn GetMaxConvertLength(&mut self, cSrcLength: DWORD, bSAPI2UPS: BOOL, pcMaxDestLength: *mut DWORD) -> 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 ISpPhoneticAlphabetConverter
[src]
type Target = IUnknown
The resulting type after dereferencing
fn deref(&self) -> &IUnknown
The method called to dereference a value