DHCP_OPTION_TYPE enumeration (dhcpsapi.h)

The DHCP_OPTION_TYPE enumeration defines the set of possible DHCP option types.

Syntax

typedef enum _DHCP_OPTION_TYPE {
  DhcpUnaryElementTypeOption,
  DhcpArrayTypeOption
} DHCP_OPTION_TYPE, *LPDHCP_OPTION_TYPE;

Constants

 
DhcpUnaryElementTypeOption
The option has a single data item associated with it.
DhcpArrayTypeOption
The option is an array of data items associated with it.

Requirements

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

See also

DHCP_OPTION