Share via


IVoIPMgr::CallerInfoDB (Windows CE 5.0)

Send Feedback

This method retrieves the instance of the caller information database that the VoIP manager uses. This pointer allows the application to enumerate, delete, or add records to the database. For more information, see IVoIPCallerInfoDB.

HRESULT get_CallerInfoDB(   IVoIPCallerInfoDB** ppiCallerInfoDB);

Parameters

  • ppiCallerInfoDB
    [out] Pointer to an IVoIPCallerInfoDB interface pointer that receives the caller information database. This method adds a reference to the object. The caller is responsible for releasing this reference.

Return Values

The following table shows the possible return values.

Value Description
VOIP_E_NODB The database is not installed on the device. The application should check the registry.

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 | IVoIPCallerInfoDB

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.