Exemple #1
0
 public int SetSelection([NativeTypeName("TfEditCookie")] uint ec, [NativeTypeName("ULONG")] uint ulCount, [NativeTypeName("const TF_SELECTION *")] TF_SELECTION *pSelection)
 {
     return(((delegate * unmanaged <ITfContext *, uint, uint, TF_SELECTION *, int>)(lpVtbl[6]))((ITfContext *)Unsafe.AsPointer(ref this), ec, ulCount, pSelection));
 }
Exemple #2
0
 public int GetSelection([NativeTypeName("TfEditCookie")] uint ec, [NativeTypeName("ULONG")] uint ulIndex, [NativeTypeName("ULONG")] uint ulCount, [NativeTypeName("TF_SELECTION *")] TF_SELECTION *pSelection, [NativeTypeName("ULONG *")] uint *pcFetched)
 {
     return(((delegate * unmanaged <ITfContext *, uint, uint, uint, TF_SELECTION *, uint *, int>)(lpVtbl[5]))((ITfContext *)Unsafe.AsPointer(ref this), ec, ulIndex, ulCount, pSelection, pcFetched));
 }