Share via


VoIPCallType (Windows Embedded CE 6.0)

1/6/2010

This enumeration indicates the call type of VoIP call, in relation to the call log database.

Syntax

typedef enum VoIPCallType {
..e_vctInvalid = 0,
..e_vctIncoming,
..e_vctOutgoing,
..e_vctMissed
} VoIPCallType;

Elements

  • e_vctInvalid
    Invalid enumeration constant.
  • e_vctIncoming
    Incoming call.
  • e_vctOutgoing
    Outgoing call.
  • e_vctMissed
    Missed call.

Remarks

Note

This documentation applies to functionality implemented in sample code for the VAIL Database Store. For more information, see VAIL Database Store Reference.

Requirements

Header Voipstore.h, voipstore.idl
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

VAIL Database Store Enumerations
VAIL Database Store Reference