DHCP_IP_ARRAY structure (dhcpsapi.h)

The DHCP_IP_ARRAY structure defines an array of IP addresses.

Syntax

typedef struct _DHCP_IP_ARRAY {
  DWORD             NumElements;
  LPDHCP_IP_ADDRESS Elements;
} DHCP_IP_ARRAY, *LPDHCP_IP_ARRAY;

Members

NumElements

Specifies the number of IP addresses in Elements.

Elements

Pointer to a list of DHCP_IP_ADDRESS values.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows 2000 Server [desktop apps only]
Header dhcpsapi.h

See also

DHCP_IP_ADDRESS

DhcpEnumSubnets