RASPPPIPV6 (Windows CE 5.0)
This structure describes the results of a PPP IPV6 (Internet) projection. The RasGetProjectionInfo function returns a RASPPPIPV6 structure when its rasprojection parameter has the value RASP_PppIpv6.
#define RASPPPIPV6 struct tagRASPPPIPV6RASPPPIPV6{DWORDdwSize;DWORDdwError;BYTELocalInterfaceIdentifier[8];BYTEPeerInterfaceIdentifier[8];BYTELocalCompressionProtocol[2];BYTEPeerCompressionProtocol[2];};#define LPRASPPPIPV6 RASPPPIPV6*
Members
- dwSize**
Specifies the size of the structure, in bytes. - dwError
Contains the result of the PPP control protocol negotiation. A value of zero indicates success. A nonzero value indicates failure and is the actual fatal error that occurred during the control protocol negotiation, which is the error that prevented the projection from completing successfully. - LocalInterfaceIdentifier
Specifies the local interface identifier, in bytes. - PeerInterfaceIdentifier
Specifies the peer interface identifier, in bytes. - LocalCompressionProtocol
Specifies the local compression protocol, in bytes. - PeerCompressionProtocol
Specifies the peer compression protocol, in bytes.
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Ras.h.
See Also
Send Feedback on this topic to the authors