CLUSPROP_PROPERTY_NAME

The CLUSPROP_PROPERTY_NAME structure describes the name of a property used in a value list and consists of:

The CLUSPROP_PROPERTY_NAME structure is defined in CLUSAPI.H.

typedef struct _CLUSPROP_PROPERTY_NAME {
    CLUSPROP_SYNTAX           Syntax;
    DWORD                     cbLength;
    WCHAR                     sz[];
} CLUSPROP_PROPERTY_NAME, *PCLUSPROP_PROPERTY_NAME;
 

Members

Syntax
Member of the CLUSPROP_VALUE structure describing the format and type of the property name.
cbLength
Member of the CLUSPROP_VALUE structure indicating the count of bytes in the property name string. Padding bytes are not included in the count.
sz
Array of characters that contains the property name string.

Remarks

The CLUSPROP_PROPERTY_NAME structure is defined as a CLUSPROP_SZ structure, which combines string data with the standard value header containing format, type, and length information.

QuickInfo

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