VoIPCallType (Windows CE 5.0)
This enumeration indicates the current call type of a IVoIPCurrentCall object, in relation to the call log database.
typedef enum VoIPCallType {e_vctInvalid = 0, e_vctIncoming, e_vctOutgoing, e_vctMissed } VoIPCallType;
Elements
- e_vctInvalid
Invalid call. - e_vctIncoming
Incoming call. - e_vctOutgoing
Outgoing call. - e_vctMissed
Missed call.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Voipmanager.h, Voipmanager.idl.
See Also
VoIP Application Interface Layer Architecture | IVoIPCurrentCall
Send Feedback on this topic to the authors