Condividi tramite


struttura CLUS_NETNAME_IP_INFO_FOR_MULTICHANNEL (clusapi.h)

Rappresenta le informazioni IP per una risorsa NetName con multicanale abilitato.

Sintassi

typedef struct CLUS_NETNAME_IP_INFO_FOR_MULTICHANNEL {
  WCHAR                      szName[DNS_LENGTH];
  DWORD                      NumEntries;
  CLUS_NETNAME_IP_INFO_ENTRY IpInfo[ANYSIZE_ARRAY];
} CLUS_NETNAME_IP_INFO_FOR_MULTICHANNEL, *PCLUS_NETNAME_IP_INFO_FOR_MULTICHANNEL;

Members

szName[DNS_LENGTH]

Matrice di caratteri wide che specifica il nome della risorsa.

NumEntries

Numero di canali specificati dal parametro IpInfo .

IpInfo[ANYSIZE_ARRAY]

Matrice di strutture CLUS_NETNAME_IP_INFO_ENTRY che specificano le informazioni IP per ogni canale.

Requisiti

Requisito Valore
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à