IRDPSRAPIAttendeeDisconnectInfo interface (rdpencomapi.h)

Contains information about the reason an attendee disconnected.

Applications obtain access to this object through _IRDPSessionEvents::OnAttendeeDisconnected.

Inheritance

The IRDPSRAPIAttendeeDisconnectInfo interface inherits from the IDispatch interface.

Methods

The IRDPSRAPIAttendeeDisconnectInfo interface has these methods.

 
IRDPSRAPIAttendeeDisconnectInfo::get_Attendee

The attendee that was disconnected.
IRDPSRAPIAttendeeDisconnectInfo::get_Code

The status of the disconnect operation.
IRDPSRAPIAttendeeDisconnectInfo::get_Reason

The reason the attendee was disconnected.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 [desktop apps | UWP apps]
Target Platform Windows
Header rdpencomapi.h

See also

IDispatch

IRDPSRAPIAttendee