Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure contains information about the IPv6 network prefix pool that can be assigned by the server.
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 RasIOControl function:
- RASCNTL_SERVER_GET_IPV6_NET_PREFIX
- RASCNTL_SERVER_SET_IPV6_NET_PREFIX
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Ras.h.
See Also
Send Feedback on this topic to the authors