RemoteTextConnection.ReportDataReceived(Byte[]) Method

Definition

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.

Applies to