DismMountStatus Enumeration

Indicates whether a mounted image needs to be remounted.

Syntax

enum DismMountStatus
{
    DismMountStatusOk = 0,
    DismMountStatusNeedsRemount = 1,
    DismMountStatusInvalid = 2
};

Constants

Constant Value Description
DismMountStatusOk 0 Indicates that the mounted image is mounted and ready for servicing.
DismMountStatusNeedsRemount 1 Indicates that the mounted image needs to be remounted before being serviced.
DismMountStatusInvalid 2 Indicates that the mounted image is corrupt and is in an invalid state.

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

DismMountedImageInfo Structure