Ejemplo n.º 1
0
 public int PushThroughData([NativeTypeName("IPin *")] IPin *pOutputPin, [NativeTypeName("IPinConnection *")] IPinConnection *pConnection, [NativeTypeName("HANDLE")] IntPtr hEventAbort)
 {
     return(((delegate * unmanaged <IGraphConfig *, IPin *, IPinConnection *, IntPtr, int>)(lpVtbl[9]))((IGraphConfig *)Unsafe.AsPointer(ref this), pOutputPin, pConnection, hEventAbort));
 }
 public HRESULT PushThroughData(IPin *pOutputPin, IPinConnection *pConnection, HANDLE hEventAbort)
 {
     return(((delegate * unmanaged <IGraphConfig *, IPin *, IPinConnection *, HANDLE, int>)(lpVtbl[9]))((IGraphConfig *)Unsafe.AsPointer(ref this), pOutputPin, pConnection, hEventAbort));
 }