DismImageBootable Enumeration

Indicates whether an image is a bootable image type.

Syntax

enum DismImageBootable
{
    DismImageBootableYes = 0,
    DismImageBootableNo = 1,
    DismImageBootableUnknown = 2
};

Constants

Constant Value Description
DismImageBootableYes 0 The image is bootable.
DismImageBootableNo 1 The image is not bootable.
DismImageBootableUnknown 2 The image type is unknown.

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

DismImageInfo Structure

DismGetImageInfo Function