IFsiFileItem interface (imapi2fs.h)

Use this interface to identify the file size and data stream of the file contents.

To get this interface, call the IFileSystemImage::CreateFileItem method.

Inheritance

The IFsiFileItem interface inherits from IFsiItem. IFsiFileItem also has these types of members:

Methods

The IFsiFileItem interface has these methods.

 
IFsiFileItem::get_Data

Retrieves the data stream of the file's content.
IFsiFileItem::get_DataSize

Retrieves the number of bytes in the file.
IFsiFileItem::get_DataSize32BitHigh

Retrieves the most significant 32 bits of the IFsiFileItem::get_DataSize property.
IFsiFileItem::get_DataSize32BitLow

Retrieves the least significant 32 bits of the IFsiFileItem::get_DataSize property.
IFsiFileItem::put_Data

Sets the data stream of the file's content.

Remarks

Data streams for files contained within the file system image are read-only. File data can only be replaced by overwriting an existing file item.

This is an FsiFileItem 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

IFsiItem