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 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_UNKNOWNValue: 0 Unknown response. |
RSS_READYThe session is ready. |
RSS_INVITATIONThe session is an invitation. |
RSS_ACCEPTEDThe session is accepted. |
RSS_CONNECTEDThe session is not ready. |
RSS_CANCELLEDThe local session canceled. |
RSS_DECLINEDThe session is remotely cancelled. |
RSS_TERMINATEDProtocol error. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | rendezvoussession.h |