IVoIPUI::OnCallEvent
This method informs the UI of a call event.
HRESULT OnCallEvent(
VoIPCallEvent vceEvent,
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
VoIP Application Interface Layer Architecture | VoIP Application Interface Layer Reference | IVoIPCurrentCall | IVoIPMgr | VoIPCallEvent
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.