DHCP_SERVER_CONFIG_INFO_V6 structure (dhcpsapi.h)

The DHCP_SERVER_CONFIG_INFO_V6 structure contains the settings for the DHCPv6 server.

Syntax

typedef struct _DHCP_SERVER_CONFIG_INFO_V6 {
  BOOL  UnicastFlag;
  BOOL  RapidCommitFlag;
  DWORD PreferredLifetime;
  DWORD ValidLifetime;
  DWORD T1;
  DWORD T2;
  DWORD PreferredLifetimeIATA;
  DWORD ValidLifetimeIATA;
  BOOL  fAuditLog;
} DHCP_SERVER_CONFIG_INFO_V6, *LPDHCP_SERVER_CONFIG_INFO_V6;

Members

UnicastFlag

Reserved. This must to be set to 0.

RapidCommitFlag

Reserved. This must to be set to 0.

PreferredLifetime

Integer value that specifies the preferred lifetime for IANA addresses.

ValidLifetime

Integer value that specifies the valid lifetime for IANA addresses.

T1

Integer that specifies the value for time T1.

T2

Integer that specifies the value for time T2.

PreferredLifetimeIATA

The preferred lifetime value for a temporary IPv6 address. This is not used, and must to be set to 0.

ValidLifetimeIATA

The valid lifetime value for a temporary IPv6 address. This is not used, and must to be set to 0.

fAuditLog

If TRUE, audit logs are enabled on the DHCPv6 server; if FALSE, they are not.

Requirements

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