Struct winapi::sapi::ISpPhraseAltVtbl [] [src]

pub struct ISpPhraseAltVtbl {
    pub parent: ISpPhraseVtbl,
    pub GetAltInfo: unsafe extern "system" fn(This: *mut ISpPhraseAlt, pParent: *mut *mut ISpPhrase, pulStartElementInParent: *mut ULONG, pcElementsInParent: *mut ULONG, pcElementsInAlt: *mut ULONG) -> HRESULT,
    pub Commit: unsafe extern "system" fn(This: *mut ISpPhraseAlt) -> HRESULT,
}

Fields

parent: ISpPhraseVtbl GetAltInfo: unsafe extern "system" fn(This: *mut ISpPhraseAlt, pParent: *mut *mut ISpPhrase, pulStartElementInParent: *mut ULONG, pcElementsInParent: *mut ULONG, pcElementsInAlt: *mut ULONG) -> HRESULT Commit: unsafe extern "system" fn(This: *mut ISpPhraseAlt) -> HRESULT