RemoteTextConnection.ReportDataReceived(Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Forwards a data packet received over the TextInput_ServerToClientDVC
Dynamic Virtual Channel (DVC) to the local machine’s text input service.
public:
virtual void ReportDataReceived(Platform::Array <byte> ^ pduData) = ReportDataReceived;
void ReportDataReceived(winrt::array_view <byte> const& pduData);
public void ReportDataReceived(byte[] pduData);
function reportDataReceived(pduData)
Public Sub ReportDataReceived (pduData As Byte())
Parameters
- pduData
-
Byte[]
byte[]
A memory buffer containing a data packet received over the TextInput_ServerToClientDVC
DVC. The data packet conforms to the RDP text input virtualization protocol.