Share via


IReplStore::FindItemClose

The FindItemClose method completes the folder enumeration.

Syntax

HRESULT FindItemClose (
  HREPLFLD hFld
);

Parameters

  • hFld
    [in] Specifies a handle to the folder being enumerated.

Return Values

This method returns the standard values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, and E_FAIL, as well as the following:

S_OK

The method completed successfully.

Remarks

This method works with IReplStore::FindFirstItem and IReplStore::FindNextItem to enumerate all objects in a specified folder. An ActiveSync service provider can free memory and delete temporary objects.

Requirements

Smartphone: Windows Mobile 2002 and later
OS Versions: Windows CE 3.0 and later
Header: cesync.h
Library: None

See Also

HREPLFLD

IReplStore

IReplStore::FindFirstItem

IReplStore::FindNextItem

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.