IVoIPMgr::CallLogDB

This method gets the instance of an incoming, missing, or outgoing call log database that the VoIP manager uses. The VoIP manager automatically adds records to the database.

HRESULT get_CallLogDB( 
  IVoIPCallLogDB** piCallLogDB
);

Parameters

  • piCallLogDB
    [out] Pointer to an IVoIPCallLogDB interface pointer that receives the call log database. This method adds a reference to the object. The caller releases 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 | IVoIPCallLogDB

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.