CLUSPROP_LIST

The CLUSPROP_LIST structure is used to access the beginning of a property list. The CLUSPROP_LIST structure is defined in CLUSAPI.H.

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 About Property Lists.

QuickInfo

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