public int GetTextAndPropertyUpdates([NativeTypeName("DWORD")] uint dwFlags, [NativeTypeName("const GUID **")] Guid **prgProperties, [NativeTypeName("ULONG")] uint cProperties, IEnumTfRanges **ppEnum)
 {
     return(((delegate * unmanaged <ITfEditRecord *, uint, Guid **, uint, IEnumTfRanges **, int>)(lpVtbl[4]))((ITfEditRecord *)Unsafe.AsPointer(ref this), dwFlags, prgProperties, cProperties, ppEnum));
 }
Exemple #2
0
 public HRESULT Clone(IEnumTfRanges **ppEnum)
 {
     return(((delegate * unmanaged <IEnumTfRanges *, IEnumTfRanges **, int>)(lpVtbl[3]))((IEnumTfRanges *)Unsafe.AsPointer(ref this), ppEnum));
 }
 public HRESULT EnumRanges([NativeTypeName("TfEditCookie")] uint ec, IEnumTfRanges **ppEnum, ITfRange *pTargetRange)
 {
     return(((delegate * unmanaged <ITfReadOnlyProperty *, uint, IEnumTfRanges **, ITfRange *, int>)(lpVtbl[4]))((ITfReadOnlyProperty *)Unsafe.AsPointer(ref this), ec, ppEnum, pTargetRange));
 }
 public int Clone([NativeTypeName("IEnumTfRanges **")] IEnumTfRanges **ppEnum)
 {
     return(((delegate * unmanaged <IEnumTfRanges *, IEnumTfRanges **, int>)(lpVtbl[3]))((IEnumTfRanges *)Unsafe.AsPointer(ref this), ppEnum));
 }