pub struct ISpRecoResult2Vtbl {
pub parent: ISpRecoResultVtbl,
pub CommitAlternate: unsafe extern "system" fn(This: *mut ISpRecoResult2, pPhraseAlt: *mut ISpPhraseAlt, ppNewResult: *mut *mut ISpRecoResult) -> HRESULT,
pub CommitText: unsafe extern "system" fn(This: *mut ISpRecoResult2, ulStartElement: ULONG, cElements: ULONG, pszCorrectedData: LPCWSTR, eCommitFlags: DWORD) -> HRESULT,
pub SetTextFeedback: unsafe extern "system" fn(This: *mut ISpRecoResult2, pszFeedback: LPCWSTR, fSuccessful: BOOL) -> HRESULT,
}
Fields
parent | |
CommitAlternate | |
CommitText | |
SetTextFeedback | |