DismString structure
DISM API functions that return strings wrap the heap allocated PCWSTR in a DismString structure.
Syntax
typedef struct _DismString {
PCWSTR Value;
} DismString;
Members
Value
A null-terminated Unicode string.
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. |
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | DismAPI.h |