pub struct ISpEnginePronunciationVtbl {
pub parent: IUnknownVtbl,
pub Normalize: unsafe extern "system" fn(This: *mut ISpEnginePronunciation, pszWord: LPCWSTR, pszLeftContext: LPCWSTR, pszRightContext: LPCWSTR, LangID: WORD, pNormalizationList: *mut SPNORMALIZATIONLIST) -> HRESULT,
pub GetPronunciations: unsafe extern "system" fn(This: *mut ISpEnginePronunciation, pszWord: LPCWSTR, pszLeftContext: LPCWSTR, pszRightContext: LPCWSTR, LangID: WORD, pEnginePronunciationList: *mut SPWORDPRONUNCIATIONLIST) -> HRESULT,
}
Fields
parent | |
Normalize | |
GetPronunciations | |