IRendezvousApplication::SetRendezvousSession method (rendezvoussession.h)

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

Syntax

HRESULT SetRendezvousSession(
  [in] IUnknown *pRendezvousSession
);

Parameters

[in] pRendezvousSession

IRendezvousSession

Return value

This method can return one of these values.

Return code Description
S_OK
The IRendezvousSession was passed to the Windows Remote Assistance application successfully.
E_INVALIDARG
The session object passed to the method is not valid.
E_FAIL
A catastrophic error occurred while trying to pass the session 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