IEnumFsiItems interface (imapi2fs.h)

Use this interface to enumerate the child directory and file items for a FsiDirectoryItem object.

To get this interface, call the IFsiDirectoryItem::get_EnumFsiItems method.

Inheritance

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

Methods

The IEnumFsiItems interface has these methods.

 
IEnumFsiItems::Clone

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

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

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

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

Remarks

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

IFileSystemImage

IFsiDirectoryItem