DismFeature structure
Describes basic information about a feature, such as the feature name and feature state.
Syntax
typedef struct _DismFeature {
PCWSTR FeatureName;
DismPackageFeatureState State;
} DismFeature;
Members
FeatureName
The name of the feature.
State
A valid DismPackageFeatureState enumeration value such as DismStateInstalled.
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 |