RENDEZVOUS_SESSION_FLAGS enumeration (rendezvoussession.h)

Provides the list of possible flags for the session invitation.

Syntax

typedef enum __MIDL___MIDL_itf_rendezvoussession_0000_0000_0002 {
  RSF_NONE = 0,
  RSF_INVITER = 0x1,
  RSF_INVITEE = 0x2,
  RSF_ORIGINAL_INVITER = 0x4,
  RSF_REMOTE_LEGACYSESSION = 0x8,
  RSF_REMOTE_WIN7SESSION = 0x10
} RENDEZVOUS_SESSION_FLAGS;

Constants

 
RSF_NONE
Value: 0
No such value.
RSF_INVITER
Value: 0x1
The party that sets the session object is the inviter.
RSF_INVITEE
Value: 0x2
The party that sets the session object is the recipient.
RSF_ORIGINAL_INVITER
Value: 0x4
RSF_REMOTE_LEGACYSESSION
Value: 0x8
RSF_REMOTE_WIN7SESSION
Value: 0x10

Requirements

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