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;
For information about property lists, see About Property Lists.
Version: Use Windows NT Server Enterprise Edition 4.0.
Windows CE: Unsupported.
Header: Declared in clusapi.h.