Ejemplo n.º 1
0
 public int ShiftEndRegion([NativeTypeName("TfEditCookie")] uint ec, TfShiftDir dir, [NativeTypeName("BOOL *")] int *pfNoRegion)
 {
     return(((delegate * unmanaged <ITfRangeACP *, uint, TfShiftDir, int *, int>)(lpVtbl[13]))((ITfRangeACP *)Unsafe.AsPointer(ref this), ec, dir, pfNoRegion));
 }
Ejemplo n.º 2
0
 public HRESULT ShiftStartRegion([NativeTypeName("TfEditCookie")] uint ec, TfShiftDir dir, BOOL *pfNoRegion)
 {
     return(((delegate * unmanaged <ITfRangeACP *, uint, TfShiftDir, BOOL *, int>)(lpVtbl[12]))((ITfRangeACP *)Unsafe.AsPointer(ref this), ec, dir, pfNoRegion));
 }