DHCP_OPTION_VALUE structure (dhcpsapi.h)

The DHCP_OPTION_VALUE structure defines a DHCP option value (just the option data with an associated ID tag).

Syntax

typedef struct _DHCP_OPTION_VALUE {
  DHCP_OPTION_ID   OptionID;
  DHCP_OPTION_DATA Value;
} DHCP_OPTION_VALUE, *LPDHCP_OPTION_VALUE;

Members

OptionID

DHCP_OPTION_ID value that specifies a unique ID number for the option.

Value

DHCP_OPTION_DATA structure that contains the data for a DHCP server option.

Requirements

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

See also

DHCP_OPTION_DATA

DhcpGetOptionValue