DismCapabilityInfo 结构
描述有关功能的信息。
语法
typedef struct _DismCapabilityInfo {
PCWSTR Name;
DismPackageFeatureState State;
PCWSTR DisplayName;
PCWSTR Description;
DWORD DownloadSize;
DWORD InstallSize;
} DismCapabilityInfo;
成员
名称
功能的名称。
State
功能的状态。
DisplayName
功能的显示名称。
说明
功能的说明。
DownloadSize
功能的下载大小(以字节为单位)。
InstallSize
功能的安装大小(以字节为单位)。
要求
要求 | 说明 |
---|---|
支持的主机平台 | DISM API 可在 Windows 评估和部署工具包 (Windows ADK) 支持的任何操作系统上使用。 有关详细信息,请参阅 Windows ADK 技术参考。 |
支持的映像平台 | Windows 10、Windows Server 2016 |
最低受支持的客户端 | Windows 10 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2016 [仅限桌面应用] |
标头 | DismAPI.h |