CLUSPROP_LIST structure (clusapi.h)

Accesses the beginning of a property list.

Syntax

typedef struct CLUSPROP_LIST {
  DWORD                  nPropertyCount;
  CLUSPROP_PROPERTY_NAME PropertyName;
} CLUSPROP_LIST, *PCLUSPROP_LIST;

Members

nPropertyCount

Number of properties in the property list.

PropertyName

Structure describing the name of the first property in the list.

Remarks

For information about property lists, see Property Lists.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
Header clusapi.h