public HRESULT OnLayoutChange(ITfContext *pic, TfLayoutCode lcode, ITfContextView *pView)
 {
     return(((delegate * unmanaged <ITfTextLayoutSink *, ITfContext *, TfLayoutCode, ITfContextView *, int>)(lpVtbl[3]))((ITfTextLayoutSink *)Unsafe.AsPointer(ref this), pic, lcode, pView));
 }
Esempio n. 2
0
 public int OnLayoutChange([NativeTypeName("ITfContext *")] ITfContext *pic, TfLayoutCode lcode, [NativeTypeName("ITfContextView *")] ITfContextView *pView)
 {
     return(((delegate * unmanaged <ITfTextLayoutSink *, ITfContext *, TfLayoutCode, ITfContextView *, int>)(lpVtbl[3]))((ITfTextLayoutSink *)Unsafe.AsPointer(ref this), pic, lcode, pView));
 }