RASCNTL_SERVER_IPV6_NET_PREFIX (Windows Embedded CE 6.0)
1/6/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 RasIOControl function:
- 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 |