次の方法で共有


DismMountedImageInfo 構造体

マウントされたイメージのメタデータを記述します。

構文

typedef struct _DismMountedImageInfo {
  PCWSTR          MountPath;
  PCWSTR          ImageFilePath;
  UINT            ImageIndex;
  DismMountMode   MountMode;
  DismMountStatus MountStatus;
} DismMountedImageInfo;

メンバー

MountPath
マウントされたイメージへの相対パスまたは絶対パス。

ImageFilePath
イメージ ファイルへの相対パスまたは絶対パス。

ImageIndex
イメージのインデックス番号。 インデックスの番号付けは 1 から始まります。

MountMode
イメージが DismReadWrite または DismReadOnly であるかを表す DismMountMode 列挙値。

MountStatus
DismMountStatus 列挙値 (DismMountStatusOk など)。

要件

要件 説明
サポートされているホスト プラットフォーム DISM API は、Windows アセスメント & デプロイメント キット (Windows ADK) でサポートされているすべてのオペレーティング システムで使用できます。 詳細については、Windows ADK のテクニカル リファレンスに関するページを参照してください。
サポートされているイメージ プラットフォーム Windows 7、Windows Server 2008 R2、Windows PE 3.0、Windows 8、Windows Server 2012、Windows プレインストール環境 (Windows PE) 4.0、Windows 8.1、Windows Server 2012 R2、Windows 10、Windows Server 2016
サポートされている最小のクライアント Windows 7 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2008 R2 [デスクトップ アプリのみ]
Header DismAPI.h

関連項目

DismMountMode

DismMountStatus

DismGetMountedImageInfo