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