Condividi tramite


struttura CLUS_NETNAME_IP_INFO_ENTRY (clusapi.h)

Rappresenta le informazioni IP per una risorsa NetName.

Sintassi

typedef struct CLUS_NETNAME_IP_INFO_ENTRY {
  DWORD NodeId;
  DWORD AddressSize;
  BYTE  Address[ANYSIZE_ARRAY];
} CLUS_NETNAME_IP_INFO_ENTRY, *PCLUS_NETNAME_IP_INFO_ENTRY;

Members

NodeId

ID del nodo che ospita la risorsa NetName.

AddressSize

Dimensioni del parametro BYTE , in byte.

Address[ANYSIZE_ARRAY]

Matrice di byte che contiene l'indirizzo di NetName.

Requisiti

   
Client minimo supportato Nessuno supportato
Server minimo supportato Windows Server 2008 R2 Datacenter, Windows Server 2008 R2 Enterprise
Intestazione clusapi.h

Vedi anche

Strutture di utilità