Called when data is received from an attendee.
Syntax
void OnChannelDataReceived(
[in] IUnknown *pChannel,
[in] long lAttendeeId,
[in] BSTR bstrData
);
Parameters
-
pChannel [in]
-
Channel that received the data.
-
lAttendeeId [in]
-
Identifies the attendee who sent the data. To get the attendee, use the identifier when accessing the Item Property of IRDPSRAPIAttendeeManager.
-
bstrData [in]
-
Data received.
Return value
This event does not return a value.
Requirements
| Minimum supported client |
Windows Vista [desktop apps | UWP apps] |
| Minimum supported server |
Windows Server 2008 [desktop apps | UWP apps] |
| Header |
|
| IDL |
|
| Type library |
|
| DLL |
|