Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines values for the reasons why an attendee was disconnected from the session.
Syntax
typedef enum __MIDL___MIDL_itf_rdpencomapi_0000_0000_0002 {
ATTENDEE_DISCONNECT_REASON_MIN = 0,
ATTENDEE_DISCONNECT_REASON_APP = 0,
ATTENDEE_DISCONNECT_REASON_ERR = 1,
ATTENDEE_DISCONNECT_REASON_CLI = 2,
ATTENDEE_DISCONNECT_REASON_MAX = 2
} ATTENDEE_DISCONNECT_REASON;
Constants
ATTENDEE_DISCONNECT_REASON_MINValue: 0 Minimum enumeration value. |
ATTENDEE_DISCONNECT_REASON_APPValue: 0 The application called the IRDPSRAPIAttendee::TerminateConnection method. |
ATTENDEE_DISCONNECT_REASON_ERRValue: 1 There was an internal error when processing data from an attendee or trying to manage an attendee |
ATTENDEE_DISCONNECT_REASON_CLIValue: 2 The attendee disconnected after a request from the attendee itself. |
ATTENDEE_DISCONNECT_REASON_MAXValue: 2 Maximum enumeration value. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2008 [desktop apps | UWP apps] |
| Header | rdpencomapi.h |