DHCP_SUPER_SCOPE_TABLE_ENTRY structure (dhcpsapi.h)

The DHCP_SUPER_SCOPE_TABLE_ENTRY structure defines a subnet entry within the superscope table.

Syntax

typedef struct _DHCP_SUPER_SCOPE_TABLE_ENTRY {
  DHCP_IP_ADDRESS SubnetAddress;
  DWORD           SuperScopeNumber;
  DWORD           NextInSuperScope;
  LPWSTR          SuperScopeName;
} DHCP_SUPER_SCOPE_TABLE_ENTRY, *LPDHCP_SUPER_SCOPE_TABLE_ENTRY;

Members

SubnetAddress

DHCP_IP_ADDRESS value that specifies the IP address of the gateway for the subnet. This address is used to uniquely identify a subnet served by the DHCP server.

SuperScopeNumber

Specifies the index value assigned to this subnet entry, and its enumerated position within the super scope table.

NextInSuperScope

Specifies the index value of the next subnet entry in the superscope table. If this value is ---, this table entry is the last one in the super scope.

SuperScopeName

Unicode string that contains the name assigned to this subnet entry within the superscope.

Requirements

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

See also

DHCP_SUPER_SCOPE_TABLE