DHCP_OPTION_SCOPE_TYPE enumeration (dhcpsapi.h)

The DHCP_OPTION_SCOPE_TYPE enumeration defines the set of possible DHCP option scopes.

Syntax

typedef enum _DHCP_OPTION_SCOPE_TYPE {
  DhcpDefaultOptions,
  DhcpGlobalOptions,
  DhcpSubnetOptions,
  DhcpReservedOptions,
  DhcpMScopeOptions
} DHCP_OPTION_SCOPE_TYPE, *LPDHCP_OPTION_SCOPE_TYPE;

Constants

 
DhcpDefaultOptions
The DHCP options correspond to the default scope.
DhcpGlobalOptions
The DHCP options correspond to the global scope.
DhcpSubnetOptions
The DHCP options correspond to a specific subnet scope.
DhcpReservedOptions
The DHCP options correspond to a reserved IP address.
DhcpMScopeOptions
The DHCP options correspond to a multicast scope.

Requirements

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

See also

DHCP_OPTION_SCOPE_INFO