Share via


IVoIPCallLogDBEnum::Reset (Windows Embedded CE 6.0)

1/6/2010

This method resets the enumeration sequence to the beginning. The method restores an out-of-date database iterator.

Syntax

HRESULT Reset();

Parameters

None.

Return Value

If the HRESULT value passed to SUCCEEDED macro returns TRUE, the method succeeded. Otherwise, the method failed.

Remarks

Note

This documentation applies to functionality implemented in sample code for the VAIL Database Store. For more information, see VAIL Database Store Reference.

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

Header Voipstore.h, voipstore.idl
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

IVoIPCallLogDBEnum
VAIL Database Store Reference
IVoIPCallLogDBEnum::Next
IVoIPCallLogDBEnum::Skip