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_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
DhcpDefaultOptionsThe DHCP options correspond to the default scope. |
DhcpGlobalOptionsThe DHCP options correspond to the global scope. |
DhcpSubnetOptionsThe DHCP options correspond to a specific subnet scope. |
DhcpReservedOptionsThe DHCP options correspond to a reserved IP address. |
DhcpMScopeOptionsThe 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 |