IReplStore::FindItemClose

This method completes the folder enumeration.

At a Glance

Header file: Cesync.h
Windows CE versions: 2.0 and later

Syntax

HRESULT FindItemClose( HREPLFLD hFolder );

Parameters

hFolder

Handle for the folder being enumerated.

Return Values

NOERROR indicates success.

Remarks

The IReplStore::FindItemClose method works with FindFirstItem and FindNextItem to enumerate all items in a specified folder. An ActiveSync service provider can do whatever it needs to complete the enumeration, for example, free memory and delete temporary objects.

See Also

HREPLITEM, IReplStore::FindFirstItem, IReplStore::FindNextItem