IVoIPCurrentCall::Hold (Windows CE 5.0)

Send Feedback

This method puts the current call on hold. The call resumes through a call to the IVoIPCurrentCall::Unhold method.

HRESULT Hold(); 

Parameters

None.

Return Values

The following table shows the possible return values. In addition, the method can return an RTC_E_ constant.

Value Description
VOIP_E_INVALIDCALLSTATUS The call has an invalid status.
VOIP_E_NOTCURRENTCALL The call is not a current call.

Requirements

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

See Also

VAIL Architecture | VAIL Reference | IVoIPCurrentCall::Unhold

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.