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 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 tagRASPPPIPV6
RASPPPIPV6
{
DWORD dwSize;
DWORD dwError;
BYTE LocalInterfaceIdentifier[8];
BYTE PeerInterfaceIdentifier[8];
BYTE LocalCompressionProtocol[2];
BYTE PeerCompressionProtocol[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
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.