RASPPPIPV6 (Windows Embedded CE 6.0)

1/6/2010

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.

Syntax

#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

Header ras.h
Windows Embedded CE Windows CE .NET 4.1 and later

See Also

Reference

RAS Structures
RasGetProjectionInfo