Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

OnChannelDataSent event

Called when data is sent to the client.

Syntax


void OnChannelDataSent(
  [in] IUnknown *pChannel,
  [inlong     lAttendeeId,
  [inlong     BytesSent
);

Parameters

pChannel [in]

Channel that sent the data.

lAttendeeId [in]

Identifies the attendee who is sending the data. To get the attendee, use the identifier when accessing the Item Property of IRDPSRAPIAttendeeManager.

BytesSent [in]

Size, in bytes, of the channel data.

Return value

This event does not return a value.

Remarks

Applications use this notification to determine when to send data to the clients. After a call to IRDPSRAPIVirtualChannel::SendData fails with E_PENDING, applications should stop sending data until they receive this notification.

Requirements

Minimum supported client

Windows Vista [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2008 [desktop apps | Windows Store apps]

Header

RdpEncomAPI.h

IDL

RdpEncomAPI.idl

Type library

RdpEncomAPI.tlb

DLL

RdpEncom.dll

See also

_IRDPSessionEvents

 

 

Show:
© 2017 Microsoft