IVoIPMgr::ActiveCurrentCall (Windows CE 5.0)
This method retrieves the active call that is currently connected.
HRESULT get_ActiveCurrentCall( IVoIPCurrentCall** ppiCall );
Parameters
- ppiCall
[out] Pointer to an IVoIPCurrentCall interface pointer that receives the currently connected call.
Return Values
The following table shows the possible return values.
Value | Description |
---|---|
VOIP_E_NOACTIVECALL | No currently active call. |
VOIP_E_NOTINITIALIZED | Manager not initialized. |
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
Send Feedback on this topic to the authors