This method retrieves 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
VAIL Architecture | VAIL Reference | IVoIPCallLogDB
Send Feedback on this topic to the authors