Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DHCP_IP_CLUSTER structure defines the address and mast for a network cluster.
Syntax
typedef struct _DHCP_IP_CLUSTER {
DHCP_IP_ADDRESS ClusterAddress;
DWORD ClusterMask;
} DHCP_IP_CLUSTER, *LPDHCP_IP_CLUSTER;
Members
ClusterAddress
DHCP_IP_ADDRESS value that contains the IP address of the cluster.
ClusterMask
Specifies the mask value for a cluster. This value should be set to 0xFFFFFFFF if the cluster is full.
Requirements
Requirement | Value |
---|---|
Minimum supported server | Windows Server 2003 |
Header | dhcpsapi.h |