public int GetFunctionProvider([NativeTypeName("const IID &")] Guid *clsid, ITfFunctionProvider **ppFuncProv)
 {
     return(((delegate * unmanaged <ITfThreadMgrEx *, Guid *, ITfFunctionProvider **, int>)(lpVtbl[11]))((ITfThreadMgrEx *)Unsafe.AsPointer(ref this), clsid, ppFuncProv));
 }
Esempio n. 2
0
 public int Next([NativeTypeName("ULONG")] uint ulCount, ITfFunctionProvider **ppCmdobj, [NativeTypeName("ULONG *")] uint *pcFetch)
 {
     return(((delegate * unmanaged <IEnumTfFunctionProviders *, uint, ITfFunctionProvider **, uint *, int>)(lpVtbl[4]))((IEnumTfFunctionProviders *)Unsafe.AsPointer(ref this), ulCount, ppCmdobj, pcFetch));
 }