IProgressItems interface (imapi2fs.h)

Use this interface to enumerate the progress items in a result image. A progress item represents a segment of the result image.

To get this interface, call the IFileSystemImageResult::get_ProgressItems method.

Inheritance

The IProgressItems interface inherits from the IDispatch interface. IProgressItems also has these types of members:

Methods

The IProgressItems interface has these methods.

 
IProgressItems::get__NewEnum

Retrieves the list of progress items from the collection. (IProgressItems.get__NewEnum)
IProgressItems::get_Count

Retrieves the number of progress items in the collection.
IProgressItems::get_EnumProgressItems

Retrieves the list of progress items from the collection. (IProgressItems.get_EnumProgressItems)
IProgressItems::get_Item

Retrieves the specified progress item from the collection.
IProgressItems::ProgressItemFromBlock

Retrieves a progress item based on the specified block number.
IProgressItems::ProgressItemFromDescription

Retrieves a progress item based on the specified file name.

Remarks

This is a ProgressItems 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

IEnumProgressItems

IFileSystemImageResult