Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method sets or retrieves the maximum number of allowable records in each call log database.
HRESULT put_Capacity( intcRecords);HRESULT get_Capacity( int* cRecords);
Parameters
- cRecords
[in, out] The number of records for the database.
Return Values
The following table shows the possible return value.
Value | Description |
---|---|
VOIP_E_NOTINITIALIZED | The database is not initialized.IVoIPCallLogDB::Init must be called before this method can complete successfully. |
Remarks
This method keeps a separate count of records for each call log database. If a record is committed to a database that has reached its capacity limit, the oldest entry in the database is automatically deleted.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Voipstore.idl.
Link Library: Voipguid.lib.
See Also
VoIP Application Interface Layer Architecture | VoIP Application Interface Layer Reference
Send Feedback on this topic to the authors