IVoIPCallerInfoDB:IUnknown (Windows CE 5.0)
This interface defines the database that is used to store caller-specific information pertinent to the phone, for example, per-caller speed dial, ring tone, and forwarding settings.
Methods
Like all COM interfaces, this interface inherits the methods for the IUnknown interface. The following table shows the methods for this interface.
Method | Description |
---|---|
CreateRecord | Creates a new record in the database for the caller. |
Enumerator | Retrieves an enumerator for the database. |
FindCallerInfoByURI | Searches the database for a record that matches the specified URI. |
FindCallerInfoBySpeedDialEntry | Searches the database for a record that matches the specified speed dial index. |
FriendlyNameEnumerator | Retrieves the friendly name enumerator for the database. |
Init | Initializes the database for this URI. |
SpeedDialEnumerator | Retrieves the speed dial enumerator for the database. |
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