[][src]Struct winapi::um::sapi53::ISpPhoneticAlphabetConverterVtbl

#[repr(C)]
pub struct ISpPhoneticAlphabetConverterVtbl {
    pub parent: IUnknownVtbl,
    pub GetLangId: unsafe extern "system" fn(This: *mut ISpPhoneticAlphabetConverter, pLangID: *mut WORD) -> HRESULT,
    pub SetLangId: unsafe extern "system" fn(This: *mut ISpPhoneticAlphabetConverter, LangID: WORD) -> HRESULT,
    pub SAPI2UPS: unsafe extern "system" fn(This: *mut ISpPhoneticAlphabetConverter, pszSAPIId: *const SPPHONEID, pszUPSId: *mut SPPHONEID, cMaxLength: DWORD) -> HRESULT,
    pub UPS2SAPI: unsafe extern "system" fn(This: *mut ISpPhoneticAlphabetConverter, pszUPSId: *const SPPHONEID, pszSAPIId: *mut SPPHONEID, cMaxLength: DWORD) -> HRESULT,
    pub GetMaxConvertLength: unsafe extern "system" fn(This: *mut ISpPhoneticAlphabetConverter, cSrcLength: DWORD, bSAPI2UPS: BOOL, pcMaxDestLength: *mut DWORD) -> HRESULT,
}

Fields

parent: IUnknownVtblGetLangId: unsafe extern "system" fn(This: *mut ISpPhoneticAlphabetConverter, pLangID: *mut WORD) -> HRESULTSetLangId: unsafe extern "system" fn(This: *mut ISpPhoneticAlphabetConverter, LangID: WORD) -> HRESULTSAPI2UPS: unsafe extern "system" fn(This: *mut ISpPhoneticAlphabetConverter, pszSAPIId: *const SPPHONEID, pszUPSId: *mut SPPHONEID, cMaxLength: DWORD) -> HRESULTUPS2SAPI: unsafe extern "system" fn(This: *mut ISpPhoneticAlphabetConverter, pszUPSId: *const SPPHONEID, pszSAPIId: *mut SPPHONEID, cMaxLength: DWORD) -> HRESULTGetMaxConvertLength: unsafe extern "system" fn(This: *mut ISpPhoneticAlphabetConverter, cSrcLength: DWORD, bSAPI2UPS: BOOL, pcMaxDestLength: *mut DWORD) -> 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]