Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method completes the folder enumeration.
HRESULT FindItemClose(HREPLFLDhFolder);
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
Send Feedback on this topic to the authors