次の方法で共有


IVoIPCallerInfoDB::Init (Windows Embedded CE 6.0)

1/6/2010

This method initializes the caller information database associated with the user URI.

Syntax

HRESULT Init( 
  BSTR bstrURI 
);

Parameters

  • bstrURI
    [in] The URI to associate with this database. If a database already exists for this URI, the method re-opens the database. Otherwise, the method creates a new database.

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

IVoIPCallerInfoDB
VAIL Database Store Reference