次の方法で共有


IVoIPCallLogDB::Capacity (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.