Struct winapi::sapi::ISpRecoResult2Vtbl [] [src]

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: ISpRecoResultVtbl CommitAlternate: unsafe extern "system" fn(This: *mut ISpRecoResult2, pPhraseAlt: *mut ISpPhraseAlt, ppNewResult: *mut *mut ISpRecoResult) -> HRESULT CommitText: unsafe extern "system" fn(This: *mut ISpRecoResult2, ulStartElement: ULONG, cElements: ULONG, pszCorrectedData: LPCWSTR, eCommitFlags: DWORD) -> HRESULT SetTextFeedback: unsafe extern "system" fn(This: *mut ISpRecoResult2, pszFeedback: LPCWSTR, fSuccessful: BOOL) -> HRESULT