class DhcpsApi::DHCP_OPTION_SCOPE_TYPE
DHCP_OPTION_SCOPE_TYPE
enumeration defines the set of possible DHCP option scopes.
@see msdn.microsoft.com/en-us/library/windows/desktop/aa363363(v=vs.85).aspx
Constants
- DhcpDefaultOptions
The DHCP options correspond to the default scope.
- DhcpGlobalOptions
The DHCP options correspond to the global scope.
- DhcpMScopeOptions
The DHCP options correspond to a multicast scope.
- DhcpReservedOptions
The DHCP options correspond to a reserved IP address.
- DhcpSubnetOptions
The DHCP options correspond to a specific subnet scope.