pub struct ISpPhraseVtbl {
pub parent: IUnknownVtbl,
pub GetPhrase: unsafe extern "system" fn(This: *mut ISpPhrase, ppCoMemPhrase: *mut *mut SPPHRASE) -> HRESULT,
pub GetSerializedPhrase: unsafe extern "system" fn(This: *mut ISpPhrase, ppCoMemPhrase: *mut *mut SPSERIALIZEDPHRASE) -> HRESULT,
pub GetText: unsafe extern "system" fn(This: *mut ISpPhrase, ulStart: ULONG, ulCount: ULONG, fUseTextReplacements: BOOL, ppszCoMemText: *mut LPWSTR, pbDisplayAttributes: *mut BYTE) -> HRESULT,
pub Discard: unsafe extern "system" fn(This: *mut ISpPhrase, dwValueTypes: DWORD) -> HRESULT,
}
Fields
parent | |
GetPhrase | |
GetSerializedPhrase | |
GetText | |
Discard | |