共用方式為


DismMountedImageInfo 結構

描述已掛接映射的中繼資料。

語法

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

成員

MountPath
掛接映射的相對或絕對路徑。

ImageFilePath
影像檔案的相對或絕對路徑。

ImageIndex
影像的索引編號。 索引編號從 1 開始。

MountMode
DismMountMode列舉值,表示影像為DismReadWriteDismReadOnly

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