RASCNTL_SERVER_IPV6_NET_PREFIX (Compact 7)

3/12/2014

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 IOCTL messages in conjunction with the RasIOControl function:

  • RASCNTL_SERVER_GET_IPV6_NET_PREFIX
  • RASCNTL_SERVER_SET_IPV6_NET_PREFIX

Requirements

Header

ras.h

See Also

Reference

RAS Server/PPTP Server (Incoming) Structures
RasIOControl