IVoIPMgr::CallerInfoDB

This method gets 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

VoIP Application Interface Layer Architecture | VoIP Application Interface Layer Reference | IVoIPCallerInfoDB

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.