CLUS_NETNAME_IP_INFO_FOR_MULTICHANNEL structure (clusapi.h)
Represents IP information for a NetName resource that has Multichannel enabled.
Syntax
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]
An array of wide characters that specifies the name of the resource.
NumEntries
The number of channels that are specified by the IpInfo parameter.
IpInfo[ANYSIZE_ARRAY]
An array of CLUS_NETNAME_IP_INFO_ENTRY structures that specify the IP info for each channel.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 R2 Datacenter, Windows Server 2008 R2 Enterprise |
Header | clusapi.h |