DHCP_BOOTP_IP_RANGE structure (dhcpsapi.h)

The DHCP_BOOTP_IP_RANGE structure defines a suite of IPs for lease to BOOTP-specific clients.

Syntax

typedef struct _DHCP_BOOTP_IP_RANGE {
  DHCP_IP_ADDRESS StartAddress;
  DHCP_IP_ADDRESS EndAddress;
  ULONG           BootpAllocated;
  ULONG           MaxBootpAllowed;
} DHCP_BOOTP_IP_RANGE, *LPDHCP_BOOT_IP_RANGE;

Members

StartAddress

DHCP_IP_ADDRESS value that specifies the start of the IP range used for BOOTP service.

EndAddress

DHCP_IP_ADDRESS value that specifies the end of the IP range used for BOOTP service.

BootpAllocated

Specifies the number of BOOTP clients with addresses served from this range.

MaxBootpAllowed

Specifies the maximum number of BOOTP clients this range is allowed to serve.

Requirements

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