IRendezvousSession interface (rendezvoussession.h)

Exposes methods that send data about the session and that can terminate it.

Inheritance

The IRendezvousSession interface inherits from the IUnknown interface. IRendezvousSession also has these types of members:

Methods

The IRendezvousSession interface has these methods.

 
IRendezvousSession::get_Flags

Retrieves a value that indicates session information. For example, the session flag can indicate whether the user is the inviter or the invitee.
IRendezvousSession::get_RemoteUser

Retrieves a pointer to a BSTR that contains the Windows Messenger contact name.
IRendezvousSession::get_State

Retrieves a value that indicates the session state.
IRendezvousSession::SendContextData

Sends the context data to the remote RendezvousApplication.
IRendezvousSession::Terminate

Terminates the remote RendezvousApplication.

Remarks

The instant messaging (IM) application implements this interface and passes the object that implements IRendezvousSession and supports the DRendezvousSessionEvents connection point.

The Windows Remote Assistance application calls IRendezvousSession->AddRef to retain the session after the call to SetRendezvousSession completes.

The Windows Remote Assistance application calls IRendezvousSession->Release when the session is complete.

Requirements

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