CLUSPROP_SZ structure (clusapi.h)
Describes multiple NULL-terminated Unicode strings. It is used as an entry in a value list and consists of:
- A CLUSPROP_VALUE structure describing the format, type, and length of the partition information.
- A string array.
Syntax
typedef struct CLUSPROP_SZ : CLUSPROP_VALUE {
WCHAR sz[];
} CLUSPROP_SZ, *PCLUSPROP_SZ;
Inheritance
The CLUSPROP_SZ structure implements CLUSPROP_VALUE.
Members
sz
Multiple null-terminated Unicode strings with the last string followed by an additional NULL-terminating character.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 Enterprise, Windows Server 2008 Datacenter |
Header | clusapi.h |