DismCapabilityInfo structure
Describes information about a capability.
Syntax
typedef struct _DismCapabilityInfo {
PCWSTR Name;
DismPackageFeatureState State;
PCWSTR DisplayName;
PCWSTR Description;
DWORD DownloadSize;
DWORD InstallSize;
} DismCapabilityInfo;
Members
Name
The name of the capability.
State
The state of the capability.
DisplayName
The display name of the capability.
Description
The description of the capability.
DownloadSize
The download size of the capability in bytes.
InstallSize
The install size of the capability in bytes.
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 10, Windows Server 2016 |
Minimum supported client | Windows 10 [desktop apps only] |
Minimum supported server | Windows Server 2016 [desktop apps only] |
Header | DismAPI.h |