共用方式為


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

適用於