IFileSystemImageResult interface (imapi2fs.h)

Use this interface to get information about the burn image, the image data stream, and progress information.

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

Inheritance

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

Methods

The IFileSystemImageResult interface has these methods.

 
IFileSystemImageResult::get_BlockSize

Retrieves the size, in bytes, of a block of data.
IFileSystemImageResult::get_DiscId

Retrieves the disc volume name for this file system image.
IFileSystemImageResult::get_ImageStream

Retrieves the burn image stream.
IFileSystemImageResult::get_ProgressItems

Retrieves the progress item block mapping collection.
IFileSystemImageResult::get_TotalBlocks

Retrieves the number of blocks in the result image.

Remarks

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

IDiscRecorder2

IFileSystemImage::CreateResultImage