DHCPV6Prefix structure (dhcpv6csdk.h)

The DHCPV6Prefix contains an IPv6 prefix.

Syntax

typedef struct _DHCPV6Prefix {
  UCHAR      prefix[16];
  DWORD      prefixLength;
  DWORD      preferredLifeTime;
  DWORD      validLifeTime;
  StatusCode status;
} DHCPV6Prefix, *PDHCPV6Prefix, *LPDHCPV6Prefix;

Members

prefix[16]

128 bit prefix.

prefixLength

Length of the prefix.

preferredLifeTime

Preferred lifetime of the prefix, in seconds.

validLifeTime

The valid lifetime of the prefix in seconds.

status

The status code returned.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header dhcpv6csdk.h