DismCustomProperty structure
Describes the custom properties of a package. Custom properties are any properties that are not found in DismPackage or DismFeature structures.
Syntax
typedef struct _DismCustomProperty {
PCWSTR Name;
PCWSTR Value;
PCWSTR Path;
} DismCustomProperty;
Members
Name
The name of the custom property.
Value
The value of the custom property.
Path
The path of the custom property.
Requirements
Requirement | Description |
---|---|
Supported host platform | 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 platform | 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 |