DismCustomProperty 结构
描述包的自定义属性。 自定义属性是在 DismPackage 或 DismFeature 结构中找不到的任何属性。
语法
typedef struct _DismCustomProperty {
PCWSTR Name;
PCWSTR Value;
PCWSTR Path;
} DismCustomProperty;
成员
名称
自定义属性的名称。
值
此自定义属性的值。
Path
自定义属性的路径。
要求
要求 | 说明 |
---|---|
支持的主机平台 | DISM API 可在 Windows 评估和部署工具包 (Windows ADK) 支持的任何操作系统上使用。 有关详细信息,请参阅 Windows ADK 技术参考。 |
支持的映像平台 | Windows 7、Windows Server 2008 R2、Windows PE 3.0、Windows 8、Windows Server 2012、Windows 预安装环境 (Windows PE) 4.0、Windows 8.1、Windows Server 2012 R2、Windows 10、Windows Server 2016 |
最低受支持的客户端 | Windows 7 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 R2 [仅限桌面应用] |
标头 | DismAPI.h |