<div class="content"><p> </p><p>The <b>DHCP_SUBNET_INFO_V6</b> structure contains
information about an IPv6 subnet. This structure is used in the <span><a href="a212532a-d084-489e-b0a1-ee5682af2cb0" data-linktype="relative-path">R_DhcpCreateSubnetV6 (section 3.2.4.58)</a></span>
method.</p><dl>
<dd>
<div><pre> typedef struct _DHCP_SUBNET_INFO_V6 {
   DHCP_IPV6_ADDRESS SubnetAddress;
   ULONG Prefix;
   USHORT Preference;
   LPWSTR SubnetName;
   LPWSTR SubnetComment;
   DWORD State;
   DWORD ScopeId;
 } DHCP_SUBNET_INFO_V6,
  *PDHCP_SUBNET_INFO_V6,
  *LPDHCP_SUBNET_INFO_V6;
</pre></div>
</dd></dl><p><b>SubnetAddress:</b>   This is of type <span><a href="48b74c46-bf64-40db-92b9-6e61cee1bd33" data-linktype="relative-path">DHCP_IPV6_ADDRESS (section 2.2.1.2.28)</a></span>
structure, specifying the IPv6 prefix.</p><p><b>Prefix:</b>  This is of type <span><a href="../ms-dtyp/32862b84-f6e6-40f9-85ca-c4faf985b822" data-linktype="relative-path">ULONG</a></span>,
specifying the prefix length of the IPv6 prefix. </p><p><b>Preference:</b>  This is of type <span><a href="../ms-dtyp/c0618c5b-362b-4e06-9cb0-8720d240cf12" data-linktype="relative-path">USHORT</a></span>,
specifying the preference for the IPv6 prefix specified by <b>SubnetAddress</b>.</p><p><b>SubnetName:</b>  A pointer, of type <span><a href="../ms-dtyp/50e9ef83-d6fd-4e22-a34a-2c6b4e3c24f3" data-linktype="relative-path">LPWSTR</a></span>,
to a null-terminated <span><a href="a9d6a415-4de6-4058-befe-ca2e42764485#gt_b069acb4-e364-453e-ac83-42d469bb339e" data-linktype="relative-path">Unicode string</a></span> that
contains the name of the IPv6 prefix. There is no restriction on the length of
this Unicode string.</p><p><b>SubnetComment:</b>  A pointer, of type
LPWSTR, to a null-terminated Unicode string that contains an optional comment
for the IPv6 prefix. There is no restriction on the length of this Unicode
string.</p><p><b>State:</b>  This is of type <span><a href="03ebc39d-3f99-4b33-9f57-2f00ae9d3e33" data-linktype="relative-path">DHCP_SUBNET_STATE (section 2.2.1.1.2)</a></span>
enumeration that indicates the current state of the IPv6 prefix.</p><p><b>ScopeId:</b>  This is of type <span><a href="../ms-dtyp/262627d8-3418-4627-9218-4ffe110850b2" data-linktype="relative-path">DWORD</a></span>
and is the unique identifier for that IPv6 prefix. This value is generated by
the DHCPv6 server.</p></div>