IVoIPCallLogDBEnum::Reset (Windows CE 5.0)
This method resets the enumeration sequence to the beginning. The method restores an out-of-date database iterator.
HRESULT Reset();
Parameters
None.
Return Values
If the HRESULT value passed to SUCCEEDED macro returns TRUE, the method succeeded. Otherwise, the method failed.
Remarks
If the database was modified or if the internal seek pointer was moved by another iterator, the application must call the Reset method. Otherwise, the Next or Skip method will return E_VOIP_ENUMOUTOFDATE.
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 | IVoIPCallLogDBEnum::Next | IVoIPCallLogDBEnum::Skip
Send Feedback on this topic to the authors