IRTCSession2::ReInviteWithSessionDescription

This method issues a REINVITE request with the session description attached.

HRESULT ReInviteWithSessionDescription(
  BSTR bstrContentType,
  BSTR bstrSessionDescription,
  LONG_PTR lCookie
);

Parameters

  • bstrContentType
    [in] The content type for the session description of the REINVITE request.
  • bstrSessionDescription
    [in] The session description included in the REINVITE request.
  • lCookie
    [in] Pointer to an application-specific cookie, which can be used for pairing notifications with the information sent. The application should guarantee a unique value for this cookie.

Return Values

This method can return an RTC_E_ constant.

Remarks

The content type is application-specific. The application should ensure that the called party is able to decipher the content type of the session description.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.

See Also

IRTCSession2

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.