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.
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_NONEValue: 0 No such value. |
RSF_INVITERValue: 0x1 The party that sets the session object is the inviter. |
RSF_INVITEEValue: 0x2 The party that sets the session object is the recipient. |
RSF_ORIGINAL_INVITERValue: 0x4 |
RSF_REMOTE_LEGACYSESSIONValue: 0x8 |
RSF_REMOTE_WIN7SESSIONValue: 0x10 |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | rendezvoussession.h |