CLUSPROP_MULTI_SZ

The CLUSPROP_MULTI_SZ structure describes multiple null-terminated Unicode strings used in a value list and consists of:

The CLUSPROP_MULTI_SZ structure is defined in CLUSAPI.H.

typedef struct _CLUSPROP_SZ {
    CLUSPROP_SYNTAX           Syntax;
    DWORD                     cbLength;
    WCHAR                     sz[];
} CLUSPROP_MULTI_SZ, *PCLUSPROP_MULTI_SZ;
 

Members

Syntax
Member of the CLUSPROP_VALUE structure describing the format and type of the sz member.
cbLength
Member of the CLUSPROP_VALUE structure indicating the count of bytes in the sz member. Padding bytes are not included in the count.
sz
Multiple NULL-terminated Unicode strings with the last string followed by an additional terminating NULL character.

Remarks

The CLUSPROP_MULTI_SZ structure is defined as a CLUSPROP_SZ structure.

QuickInfo

  Version: Use Windows NT Server Enterprise Edition 4.0.
  Windows CE: Unsupported.
  Header: Declared in clusapi.h.