共用方式為


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 文字輸入虛擬化通訊協定。

適用於