Share via


IVoIPCallLogDB::Init (Windows Embedded CE 6.0)

1/6/2010

This method initializes the call log databases for the specified URI.

Syntax

HRESULT Init( 
  BSTR bstrURI 
);

Parameters

  • bstrURI
    [in] The URI to associate with the databases. If the databases exist, this method reopens them. Otherwise, they are created.

Return Value

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.

Remarks

Note

This documentation applies to functionality implemented in sample code for the VAIL Database Store. For more information, see VAIL Database Store Reference.

Requirements

Header Voipstore.h, voipstore.idl
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

IVoIPCallLogDB
VAIL Database Store Reference
IVoIPCallerInfoDB::Init