DismMountedImageInfo 结构

描述已装载映像的元数据。

语法

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

成员

MountPath
已装载映像的相对路径或绝对路径。

ImageFilePath
映像文件的相对路径或绝对路径。

ImageIndex
映像的索引号。 索引号从 1 开始。

MountMode
一个 DismMountMode 枚举值,该值表示图像是 DismReadWrite 还是 DismReadOnly。

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 [仅限桌面应用]
标头 DismAPI.h

另请参阅

DismMountMode

DismMountStatus

DismGetMountedImageInfo