RENDEZVOUS_SESSION_STATE enumeration (rendezvoussession.h)

Provides the list of possible state codes of the session invitation.

Syntax

typedef enum __MIDL___MIDL_itf_rendezvoussession_0000_0000_0001 {
  RSS_UNKNOWN = 0,
  RSS_READY,
  RSS_INVITATION,
  RSS_ACCEPTED,
  RSS_CONNECTED,
  RSS_CANCELLED,
  RSS_DECLINED,
  RSS_TERMINATED
} RENDEZVOUS_SESSION_STATE;

Constants

 
RSS_UNKNOWN
Value: 0
Unknown response.
RSS_READY
The session is ready.
RSS_INVITATION
The session is an invitation.
RSS_ACCEPTED
The session is accepted.
RSS_CONNECTED
The session is not ready.
RSS_CANCELLED
The local session canceled.
RSS_DECLINED
The session is remotely cancelled.
RSS_TERMINATED
Protocol error.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header rendezvoussession.h