Ejemplo n.º 1
0
 public int GetInputScopes([NativeTypeName("InputScope **")] InputScope **pprgInputScopes, [NativeTypeName("UINT *")] uint *pcCount)
 {
     return(((delegate * unmanaged <ITfInputScope2 *, InputScope **, uint *, int>)(lpVtbl[3]))((ITfInputScope2 *)Unsafe.AsPointer(ref this), pprgInputScopes, pcCount));
 }
 public HRESULT GetInputScopes(InputScope **pprgInputScopes, uint *pcCount)
 {
     return(((delegate * unmanaged <ITfInputScope *, InputScope **, uint *, int>)(lpVtbl[3]))((ITfInputScope *)Unsafe.AsPointer(ref this), pprgInputScopes, pcCount));
 }