IEnumSingleItemExceptions interface (winsync.h)

Enumerates single-item exceptions that are stored in a knowledge object.

Inheritance

The IEnumSingleItemExceptions interface inherits from the IUnknown interface. IEnumSingleItemExceptions also has these types of members:

Methods

The IEnumSingleItemExceptions interface has these methods.

 
IEnumSingleItemExceptions::Clone

Clones the enumerator and returns a new enumerator that is in the same state as the current one. (IEnumSingleItemExceptions.Clone)
IEnumSingleItemExceptions::Next

Returns the next elements in the single-item exception set, if they are available.
IEnumSingleItemExceptions::Reset

Resets the enumerator to the beginning of the single-item exception set.
IEnumSingleItemExceptions::Skip

Skips the specified number of single-item exceptions.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header winsync.h

See also

Windows Sync Interfaces