IVoIPCallLogDB::Init

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

HRESULT Init( 
  BSTR bstrURI 
);

Parameters

  • bstrURI
    [in] The URI to associate with the databases. If they 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

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.