DHCP_OPTION_ARRAY structure (dhcpsapi.h)

The DHCP_OPTION_ARRAY structure defines an array of DHCP server options.

Syntax

typedef struct _DHCP_OPTION_ARRAY {
  DWORD         NumElements;
  LPDHCP_OPTION Options;
} DHCP_OPTION_ARRAY, *LPDHCP_OPTION_ARRAY;

Members

NumElements

Specifies the number of option elements in Options.

Options

Pointer to a list of DHCP_OPTION structures containing DHCP server options and the associated data.

Requirements

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

See also

DHCP_OPTION

DHCP_OPTION_SCOPE_INFO