IEnumReplItem::Reset

The Reset method resets the enumeration sequence to the beginning.

Syntax

HRESULT Reset (void);

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; the enumeration sequence was reset to the beginning.
  • S_FALSE
    The enumeration sequence was not reset to the beginning.

Requirements

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

See Also

IEnumReplItem

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.