Skip to content

Latest commit

 

History

History
94 lines (56 loc) · 2.32 KB

imstscaxevents-onchannelreceiveddata.md

File metadata and controls

94 lines (56 loc) · 2.32 KB
title description ms.assetid ms.tgt_platform keywords topic_type api_name api_location api_type ms.topic ms.date
IMsTscAxEvents OnChannelReceivedData method
Called when the client receives data on a scriptable virtual channel.
38e6c33c-6a79-4760-818e-445e33d8e0ec
multiple
OnChannelReceivedData method Remote Desktop Services
OnChannelReceivedData method Remote Desktop Services , IMsTscAxEvents interface
IMsTscAxEvents interface Remote Desktop Services , OnChannelReceivedData method
apiref
IMsTscAxEvents.OnChannelReceivedData
MsTscAx.dll
COM
reference
05/31/2018

IMsTscAxEvents::OnChannelReceivedData method

Called when the client receives data on a scriptable virtual channel.

Syntax

void OnChannelReceivedData(
  [in] BSTR chanName,
  [in] BSTR data
);

Parameters

chanName [in]

The name of the virtual channel on which data was received. This name matches one of the channels created by the call to IMsTscAx::CreateVirtualChannels.

data [in]

The data received on the scriptable virtual channel.

Return value

This method does not return a value.

Remarks

Refer to Implementing Scriptable Virtual Channels using Remote Desktop Web Connection for more information about this event.

For more information about Remote Desktop Web Connection, see Requirements for Remote Desktop Web Connection.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IMsTscAxEvents is defined as 336d5562-efa8-482e-8cb3-c5c0fc7a7db6

See also

IMsTscAxEvents