RemoteTextConnection.ReportDataReceived(Byte[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将通过 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 文本输入虚拟化协议。