IFileSystemImageResult 接口 (imapi2fs.h)

使用此接口可以获取有关烧伤图像、图像数据流和进度信息的信息。

若要获取此接口,请调用 IFileSystemImage::CreateResultImage 方法。

继承

IFileSystemImageResult 接口继承自 IDispatch 接口。 IFileSystemImageResult 还具有以下类型的成员:

方法

IFileSystemImageResult 接口具有这些方法。

 
IFileSystemImageResult::get_BlockSize

检索数据块的大小(以字节为单位)。
IFileSystemImageResult::get_DiscId

检索此文件系统映像的光盘卷名称。
IFileSystemImageResult::get_ImageStream

检索烧毁图像流。
IFileSystemImageResult::get_ProgressItems

检索进度项块映射集合。
IFileSystemImageResult::get_TotalBlocks

检索结果图像中的块数。

注解

这是脚本中的 FileSystemImageResult 对象。

要求

   
最低受支持的客户端 Windows Vista、Windows XP 和 SP2 [仅限桌面应用]
最低受支持的服务器 Windows Server 2003 [仅限桌面应用]
目标平台 Windows
标头 imapi2fs.h

另请参阅

IDiscRecorder2

IFileSystemImage::CreateResultImage