IEnumProgressItems interface (imapi2fs.h)

Use this interface to enumerate a collection of progress items.

To get this interface, call the IProgressItems::get_EnumProgressItems method.

Inheritance

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

Methods

The IEnumProgressItems interface has these methods.

 
IEnumProgressItems::Clone

Creates another enumerator that contains the same enumeration state as the current one. (IEnumProgressItems.Clone)
IEnumProgressItems::Next

Retrieves a specified number of items in the enumeration sequence. (IEnumProgressItems.Next)
IEnumProgressItems::Reset

Resets the enumeration sequence to the beginning. (IEnumProgressItems.Reset)
IEnumProgressItems::Skip

Skips a specified number of items in the enumeration sequence. (IEnumProgressItems.Skip)

Remarks

This is a EnumProgressItems object in script.

Requirements

Requirement Value
Minimum supported client Windows Vista, Windows XP with SP2 [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header imapi2fs.h

See also

IProgressItem

IProgressItems