IRendezvousApplication interface (rendezvoussession.h)

Exposes a method used by an instant messaging (IM) application to create a remote assistance session.

Inheritance

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

Methods

The IRendezvousApplication interface has these methods.

 
IRendezvousApplication::SetRendezvousSession

Passes IRendezvousSession to the Windows Remote Assistance application. This method is used by the instant messaging application.

Remarks

After an IM contact has accepted the remote assistance invitation, the IM application must instantiate the Windows Remote Assistance application on both sides of the connection by calling CoCreateInstance on the Windows Remote Assistance application's IRendezvousApplication interface.

The IM application calls the SetRendezvousSession method to pass its implementation of the IRendezvousSession interface to the Windows Remote Assistance application.

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