The CLUSPROP_SZ structure describes a null-terminated Unicode string value used in a value list and consists of:
The CLUSPROP_SZ structure is defined in CLUSAPI.H.
typedef struct _CLUSPROP_SZ {
CLUSPROP_SYNTAX Syntax;
DWORD cbLength;
WCHAR sz[];
} CLUSPROP_SZ, *PCLUSPROP_SZ;
Version: Use Windows NT Server Enterprise Edition 4.0.
Windows CE: Unsupported.
Header: Declared in clusapi.h.