Example #1
0
 public HRESULT GetDocumentMgr(ITfDocumentMgr **ppdim)
 {
     return(((delegate * unmanaged <ITfTransitoryExtensionUIElement *, ITfDocumentMgr **, int>)(lpVtbl[7]))((ITfTransitoryExtensionUIElement *)Unsafe.AsPointer(ref this), ppdim));
 }
 public int GetFocus(ITfDocumentMgr **ppdimFocus)
 {
     return(((delegate * unmanaged <ITfThreadMgrEx *, ITfDocumentMgr **, int>)(lpVtbl[7]))((ITfThreadMgrEx *)Unsafe.AsPointer(ref this), ppdimFocus));
 }
 public int AssociateFocus([NativeTypeName("HWND")] IntPtr hwnd, ITfDocumentMgr *pdimNew, ITfDocumentMgr **ppdimPrev)
 {
     return(((delegate * unmanaged <ITfThreadMgrEx *, IntPtr, ITfDocumentMgr *, ITfDocumentMgr **, int>)(lpVtbl[9]))((ITfThreadMgrEx *)Unsafe.AsPointer(ref this), hwnd, pdimNew, ppdimPrev));
 }
 public HRESULT Next([NativeTypeName("ULONG")] uint ulCount, ITfDocumentMgr **rgDocumentMgr, [NativeTypeName("ULONG *")] uint *pcFetched)
 {
     return(((delegate * unmanaged <IEnumTfDocumentMgrs *, uint, ITfDocumentMgr **, uint *, int>)(lpVtbl[4]))((IEnumTfDocumentMgrs *)Unsafe.AsPointer(ref this), ulCount, rgDocumentMgr, pcFetched));
 }
 public int CreateDocumentMgr(ITfDocumentMgr **ppdim)
 {
     return(((delegate * unmanaged <ITfThreadMgrEx *, ITfDocumentMgr **, int>)(lpVtbl[5]))((ITfThreadMgrEx *)Unsafe.AsPointer(ref this), ppdim));
 }
 public HRESULT AssociateFocus(HWND hwnd, ITfDocumentMgr *pdimNew, ITfDocumentMgr **ppdimPrev)
 {
     return(((delegate * unmanaged <ITfThreadMgr *, HWND, ITfDocumentMgr *, ITfDocumentMgr **, int>)(lpVtbl[9]))((ITfThreadMgr *)Unsafe.AsPointer(ref this), hwnd, pdimNew, ppdimPrev));
 }
Example #8
0
 public int GetDocumentMgr([NativeTypeName("ITfDocumentMgr **")] ITfDocumentMgr **ppDm)
 {
     return(((delegate * unmanaged <ITfContext *, ITfDocumentMgr **, int>)(lpVtbl[16]))((ITfContext *)Unsafe.AsPointer(ref this), ppDm));
 }
 public int CreateDocumentMgr([NativeTypeName("ITfDocumentMgr **")] ITfDocumentMgr **ppdim)
 {
     return(((delegate * unmanaged <ITfThreadMgr *, ITfDocumentMgr **, int>)(lpVtbl[5]))((ITfThreadMgr *)Unsafe.AsPointer(ref this), ppdim));
 }
 public int GetDocumentMgr([NativeTypeName("ITfDocumentMgr **")] ITfDocumentMgr **ppdim)
 {
     return(((delegate * unmanaged <ITfTransitoryExtensionUIElement *, ITfDocumentMgr **, int>)(lpVtbl[7]))((ITfTransitoryExtensionUIElement *)Unsafe.AsPointer(ref this), ppdim));
 }
Example #11
0
 public int GetDocumentMgr([NativeTypeName("ITfDocumentMgr **")] ITfDocumentMgr **ppdim)
 {
     return(((delegate * unmanaged <ITfCandidateListUIElementBehavior *, ITfDocumentMgr **, int>)(lpVtbl[8]))((ITfCandidateListUIElementBehavior *)Unsafe.AsPointer(ref this), ppdim));
 }
Example #12
0
 public int GetFocus([NativeTypeName("ITfDocumentMgr **")] ITfDocumentMgr **ppdimFocus)
 {
     return(((delegate * unmanaged <ITfThreadMgr2 *, ITfDocumentMgr **, int>)(lpVtbl[7]))((ITfThreadMgr2 *)Unsafe.AsPointer(ref this), ppdimFocus));
 }
 public HRESULT GetDocumentMgr(ITfDocumentMgr **ppDm)
 {
     return(((delegate * unmanaged <ITfContext *, ITfDocumentMgr **, int>)(lpVtbl[16]))((ITfContext *)Unsafe.AsPointer(ref this), ppDm));
 }