DismMountedImageInfo structure

Describes the metadata of a mounted image.

Syntax

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

Members

MountPath
A relative or absolute path to the mounted image.

ImageFilePath
A relative or absolute path to the image file.

ImageIndex
The index number of the image. Index numbering starts at 1.

MountMode
A DismMountMode enumeration value representing whether the image is DismReadWrite or DismReadOnly.

MountStatus
A DismMountStatus enumeration value such as DismMountStatusOk.

Requirements

Requirement Description
Supported host platforms DISM API can be used on any operating system supported by the Windows Assessment and Deployment Kit (Windows ADK). For more information, see the Windows ADK Technical Reference.
Supported image platforms Windows 7, Windows Server 2008 R2, Windows PE 3.0, Windows 8, Windows Server 2012, Windows Preinstallation Environment (Windows PE) 4.0, Windows 8.1, Windows Server 2012 R2, Windows 10, Windows Server 2016
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header DismAPI.h

See also

DismMountMode

DismMountStatus

DismGetMountedImageInfo