Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This structure contains information about the IPv6 network prefix pool that can be assigned by the server.

Syntax

typedef struct tagRasCntlServerIPV6NetPrefix {
  BYTE 
IPV6NetPrefix[16];
  DWORD 
IPV6NetPrefixBitLength;
  DWORD 
IPV6NetPrefixCount;
} RASCNTL_SERVER_IPV6_NET_PREFIX, *PRASCNTL_SERVER_IPV6_NET_PREFIX;

Members

IPV6NetPrefix

Specifies the IPv6 network prefix pool.

IPV6NetPrefixBitLength

Specifies the length, in bits, of the IPv6 network prefix pool.

IPV6NetPrefixCount

Specifies the number of IPv6 network prefixes.

Remarks

This structure is used with the following IOCTLs in conjunction with the RasIOControlfunction:

  • RASCNTL_SERVER_GET_IPV6_NET_PREFIX

  • RASCNTL_SERVER_SET_IPV6_NET_PREFIX

Requirements

Header ras.h
Windows Embedded CE Windows CE 5.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

RasIOControl