VoIPCallType

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

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.