DHCP_IP_RANGE structure (dhcpsapi.h)

The DHCP_IP_RANGE structure defines a range of IP addresses.

Syntax

typedef struct _DHCP_IP_RANGE {
  DHCP_IP_ADDRESS StartAddress;
  DHCP_IP_ADDRESS EndAddress;
} DHCP_IP_RANGE, *LPDHCP_IP_RANGE;

Members

StartAddress

DHCP_IP_ADDRESS value that contains the first IP address in the range.

EndAddress

DHCP_IP_ADDRESS value that contains the last IP address in the range.

Requirements

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