DHCP_OPTION_LIST structure (dhcpsapi.h)

The DHCP_OPTION_LIST structure defines a list of DHCP option values (just the option data with associated ID tags).

Syntax

typedef struct _DHCP_OPTION_LIST {
  DWORD             NumOptions;
  DHCP_OPTION_VALUE *Options;
} DHCP_OPTION_LIST, *LPDHCP_OPTION_LIST;

Members

NumOptions

Specifies the number of option values listed in Options.

Options

Pointer to a list of DHCP_OPTION_VALUE structures

Requirements

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

See also

DHCP_OPTION_VALUE

DhcpGetClientOptions