IVoIPCallLogDB::Init (Windows CE 5.0)
This method initializes the call log databases for the specified URI.
HRESULT Init( BSTRbstrURI);
Parameters
- bstrURI
[in] The URI to associate with the databases. If the databases exist, this method reopens them. Otherwise, they are created.
Return Values
The following table shows the possible return value.
Value | Description |
---|---|
VOIP_E_ALREADYINITIALIZED | The database is already initialized. To create a new database, the application may release the pointer to the database and call CoCreateInstance. |
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 | IVoIPCallerInfoDB::Init
Send Feedback on this topic to the authors