DHCP_OPTION_SCOPE_TYPE6 enumeration (dhcpsapi.h)

The DHCP_OPTION_SCOPE_TYPE6 enumeration defines the set of possible scopes for DHCP options.

Syntax

typedef enum _DHCP_OPTION_SCOPE_TYPE6 {
  DhcpDefaultOptions6,
  DhcpScopeOptions6,
  DhcpReservedOptions6,
  DhcpGlobalOptions6
} DHCP_OPTION_SCOPE_TYPE6, *LPDHCP_OPTION_SCOPE_TYPE6;

Constants

 
DhcpDefaultOptions6
The default set of DHCP options are selected.
DhcpScopeOptions6
Only DHCP options defined for this scope are selected.
DhcpReservedOptions6
Only the reserved set of DHCP options are selected.
DhcpGlobalOptions6

Requirements

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

See also

DHCP_OPTION_SCOPE_INFO6