Share via


VOIP_E_ (Windows Embedded CE 6.0)

1/6/2010

These constants indicate the outcome of an application programming interface (API) call. The following table shows the VoIP error codes.

Value Description

VOIP_E_ENUMOUTOFDATE = 0x80cc0000

The IVoIPCallLogDBEnum or IVoIPCallerInfoDBEnum pointer that was used to make this call is out of date. Before further calls will succeed, the enumerator must be reset.

VOIP_E_NOTINITIALIZED = 0x80cc0001

The interface was not initialized.

VOIP_E_RECORDNOTINDB = 0x80cc0002

The IVoIPCallRecord or IVoIPCallerInfoRecord pointer is not in any database and therefore is not removable.

VOIP_E_ALREADYINITIALIZED = 0x80cc0003

There is no caller info DB or no call log DB. The manager will still work, but the DB functionality is lost.

VOIP_E_NODB = 0x80cc0004

Database does not exist. It can also mean that the database is not initialized.

VOIP_E_TIMENOTSET = 0x80cc0008

The time has not been set.

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 voipstoreerrorcodes.h
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

VAIL Database Store Constants
VAIL Database Store Reference

Other Resources

VoIP Phone Functionality in Windows Embedded CE