Share via


IReplStore::FindItemClose

This method completes the folder enumeration.

HRESULT FindItemClose(
  HREPLFLD hFolder
);

Parameters

  • hFolder
    [in] Handle for the folder being enumerated.

Return Values

Returns NOERROR if the method completed successfully, otherwise returns HRESULT_FROM_WIN32.

Remarks

FindItemClose 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.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Cesync.h.
Link Library: Coredll.lib.

See Also

HREPLITEM | IReplStore::FindFirstItem | IReplStore::FindNextItem

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.