IVoIPCallerInfoDB::Enumerator
This method gets an enumerator for the caller information database in decreasing order of entry into the database.
HRESULT get_Enumerator(
IVoIPCallerInfoDBEnum** ppiEnum
);
Parameters
ppiEnum
[out] Pointer to the IVoIPCallerInfoDBEnum interface for the newly created enumeration object.If the method succeeds, an object is created. The caller must free this object by using Release when the object is no longer being used.
Return Values
The following table shows the possible return value.
Value | Description |
---|---|
VOIP_E_NOTINITIALIZED | The database is not initialized.IVoIPCallerInfoDB::Init must be called before this method can complete successfully. |
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 | IVoIPCallerInfoDBEnum
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.