RemoteTextConnection.ReportDataReceived(Byte[]) 方法

定义

将通过 TextInput_ServerToClientDVC动态虚拟通道(DVC)接收的数据包转发到本地计算机的文本输入服务。

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())

参数

pduData

Byte[]

byte[]

包含通过 TextInput_ServerToClientDVC DVC 接收的数据包的内存缓冲区。 数据包符合 RDP 文本输入虚拟化协议。

适用于