2.2.1.1.6 DHCP_OPTION_TYPE

The DHCP_OPTION_TYPE enumeration specifies whether the option value for a specific standard or vendor-specific option is single-valued or multivalued. The following structure specifies the values defined for this.

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

DhcpUnaryElementTypeOption: The option value is single-valued.

DhcpArrayTypeOption: The option value is multivalued.