Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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


Feedback

Was this page helpful?

Additional resources