diff --git a/include/freerdp/dvc.h b/include/freerdp/dvc.h index a2350bfe8..2a9596b7e 100644 --- a/include/freerdp/dvc.h +++ b/include/freerdp/dvc.h @@ -138,8 +138,7 @@ struct _IWTSVirtualChannelCallback { /* Notifies the user about data that is being received. */ int (*OnDataReceived) (IWTSVirtualChannelCallback* pChannelCallback, - UINT32 cbSize, - BYTE* pBuffer); + wStream *data); /* Notifies the user that the channel has been closed. */ int (*OnClose) (IWTSVirtualChannelCallback* pChannelCallback); };