Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
DhcpDefaultOptions6The default set of DHCP options are selected. |
DhcpScopeOptions6Only DHCP options defined for this scope are selected. |
DhcpReservedOptions6Only 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 |