IVoIPUI::OnCallEvent (Windows CE 5.0)
This method informs the UI of a call event.
HRESULT OnCallEvent( VoIPCallEventvceEvent, IVoIPCurrentCall*piCurrentCall);
Parameters
- vceEvent
[in] A VoIPCallEvent enumeration value that specifies the event that occurred. - piCurrentCall
[in] Pointer to the IVoIPCurrentCall interface for the current call record associated with the event.
Return Values
The following table shows the possible return values.
Value | Description |
---|---|
VOIP_S_DONT_TERMINATE | If the vceEvent value is e_vceMissed, the call is not disconnected on return from this method. The application can wait for a longer period before disconnecting or can redirect the 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 | IVoIPMgr | VoIPCallEvent
Send Feedback on this topic to the authors