IFsiNamedStreams interface (imapi2fs.h)

Use this interface to enumerate the named streams associated with a file in a file system image.

Inheritance

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

Methods

The IFsiNamedStreams interface has these methods.

 
IFsiNamedStreams::get__NewEnum

Retrieves an IEnumVARIANT list of the named streams associated with a file in the file system image.
IFsiNamedStreams::get_Count

Returns the number of the named streams associated with a file in the file system image.
IFsiNamedStreams::get_EnumNamedStreams

Creates a non-variant enumerator for the collection of the named streams associated with a file in the file system image.
IFsiNamedStreams::get_Item

Retrieves a single named stream associated with a file in the file system image.

Remarks

To access this interface, call the IFsiFileItem2::get_FsiNamedStreams method of a file item object representing a standard or 'Real-Time' file.

This interface is provided only for file item objects representing regular or 'Real-Time' files. Named streams cannot have other name streams associated with them.

UDF must be enabled and set to UDF revision 2.00 or later in order to enable named stream support.

This interface is supported in Windows Server 2003 with Service Pack 1 (SP1), Windows XP with Service Pack 2 (SP2), and Windows Vista via the Windows Feature Pack for Storage. All features provided by this update package are supported natively in Windows 7 and Windows Server 2008 R2.

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

IDispatch

IFsiFileItem2