Exemplo n.º 1
0
 public int EnumViews([NativeTypeName("IEnumTfContextViews **")] IEnumTfContextViews **ppEnum)
 {
     return(((delegate * unmanaged <ITfContext *, IEnumTfContextViews **, int>)(lpVtbl[10]))((ITfContext *)Unsafe.AsPointer(ref this), ppEnum));
 }
Exemplo n.º 2
0
 public HRESULT Clone(IEnumTfContextViews **ppEnum)
 {
     return(((delegate * unmanaged <IEnumTfContextViews *, IEnumTfContextViews **, int>)(lpVtbl[3]))((IEnumTfContextViews *)Unsafe.AsPointer(ref this), ppEnum));
 }
Exemplo n.º 3
0
 public HRESULT EnumViews(IEnumTfContextViews **ppEnum)
 {
     return(((delegate * unmanaged <ITfContext *, IEnumTfContextViews **, int>)(lpVtbl[10]))((ITfContext *)Unsafe.AsPointer(ref this), ppEnum));
 }