IRTCSessionCallControl::Hold

This method places an existing session on hold. The method is intended for voice, video, and T120 sessions only. The media stream associated with the call will be freed for use by another call.

HRESULT Hold(
  LONG_PTR lCookie
);

Parameters

  • lCookie
    [in] Pointer to an application-specified cookie that 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.

Requirements

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

See Also

IRTCSessionCallControl::UnHold

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.