2.2.1.2.63 DHCP_HOST_INFO_V6

The DHCP_HOST_INFO_V6 structure contains information on the DHCPv6 server. This structure is used in the DHCP_CLIENT_INFO_V6 (section 2.2.1.2.64) structure.

 typedef struct _DHCP_HOST_INFO_V6 {
   DHCP_IPV6_ADDRESS IpAddress;
   LPWSTR NetBiosName;
   LPWSTR HostName;
 } DHCP_HOST_INFO_V6,
  *LPDHCP_HOST_INFO_V6;

IpAddress: This is of type DHCP_IPV6_ADDRESS structure, containing the IPv6 address of the DHCPv6 server.

NetBiosName: A pointer to a null-terminated Unicode string. Currently not used in any setting method, and if used in get method, the value returned is NULL.

HostName: A pointer to a null-terminated Unicode string. Currently not used in any setting method, and if used in get method, the value returned is NULL.