示例#1
0
 public int SetSelection([NativeTypeName("ULONG")] uint ulCount, [NativeTypeName("const TS_SELECTION_ANCHOR *")] TS_SELECTION_ANCHOR *pSelection)
 {
     return(((delegate * unmanaged <ITextStoreAnchor *, uint, TS_SELECTION_ANCHOR *, int>)(lpVtbl[9]))((ITextStoreAnchor *)Unsafe.AsPointer(ref this), ulCount, pSelection));
 }
示例#2
0
 public int GetSelection([NativeTypeName("ULONG")] uint ulIndex, [NativeTypeName("ULONG")] uint ulCount, TS_SELECTION_ANCHOR *pSelection, [NativeTypeName("ULONG *")] uint *pcFetched)
 {
     return(((delegate * unmanaged <ITextStoreAnchor *, uint, uint, TS_SELECTION_ANCHOR *, uint *, int>)(lpVtbl[8]))((ITextStoreAnchor *)Unsafe.AsPointer(ref this), ulIndex, ulCount, pSelection, pcFetched));
 }