CLUS_NETNAME_IP_INFO_ENTRY structure (clusapi.h)

Represents IP information for a NetName resource.

Syntax

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

The ID of the node that hosts the NetName resource.

AddressSize

The size of the BYTE parameter, in bytes.

Address[ANYSIZE_ARRAY]

A byte array that contains the address of the NetName.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2 Datacenter, Windows Server 2008 R2 Enterprise
Header clusapi.h

See also

Utility structures