次の方法で共有


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、SP2 を使用した Windows XP [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2003 (デスクトップ アプリのみ)
対象プラットフォーム Windows
ヘッダー imapi2fs.h

関連項目

IDiscRecorder2

IFileSystemImage::CreateResultImage