struttura CLUSTER_ENUM_ITEM (clusapi.h)
Contiene le proprietà di un oggetto cluster. Questa struttura viene usata per enumerare i cluster nelle funzioni ClusterEnumEx e ClusterNodeEnumEx .
Sintassi
typedef struct _CLUSTER_ENUM_ITEM {
DWORD dwVersion;
DWORD dwType;
DWORD cbId;
LPWSTR lpszId;
DWORD cbName;
LPWSTR lpszName;
} CLUSTER_ENUM_ITEM, *PCLUSTER_ENUM_ITEM;
Members
dwVersion
Versione della struttura CLUSTER_ENUM_ITEM .
dwType
Maschera di bit che specifica il tipo dell'oggetto cluster.
cbId
Dimensione, in byte, del campo lpszId .
lpszId
ID del cluster.
cbName
Dimensione, in byte, del campo lpszName .
lpszName
Nome del cluster.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Nessuno supportato |
Server minimo supportato | Windows Server 2008 R2 |
Intestazione | clusapi.h |