IRTCSessionCallControl::UnHold

This method takes an existing call off hold.

HRESULT UnHold(
  LONG_PTR lCookie
);

Parameters

  • lCookie
    [in] Pointer to an application-specific cookie that can be used for pairing notifications with the information sent. The application should guarantee a unique value for this cookie. This can be a different cookie from the one provided in the call to the IRTCSessionCallControl::Hold method.

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::Hold

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.