Skip to content

Latest commit

 

History

History
668 lines (556 loc) · 17.8 KB

ns-ras-rasppp_projection_info.md

File metadata and controls

668 lines (556 loc) · 17.8 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:ras._RASPPP_PROJECTION_INFO
RASPPP_PROJECTION_INFO (ras.h)
Contains information obtained during Point-to-Point (PPP) negotiation of Internet Protocol version 4 (IPv4) and IPv6 projection operations, and PPP Link Control Protocol (LCP)/multilink, and Compression Control Protocol (CCP) negotiation.
*PRASPPP_PROJECTION_INFO
RASCCPCA_MPPC
RASCCPCA_STAC
RASCCPO_COMPRESSION
RASCCPO_ENCRYPTION128BIT
RASCCPO_ENCRYPTION40BIT
RASCCPO_ENCRYPTION40BITOLD
RASCCPO_ENCRYPTION56BIT
RASCCPO_HISTORYLESS
RASIPO_VJ
RASLCPAD_CHAP_MD5
RASLCPAD_CHAP_MS
RASLCPAD_CHAP_MSV2
RASLCPAP_CHAP
RASLCPAP_EAP
RASLCPAP_PAP
RASLCPAP_SPAP
RASLCPO_3_DES
RASLCPO_ACFC
RASLCPO_DES_56
RASLCPO_PFC
RASLCPO_SSHF
RASPPP_PROJECTION_INFO
RASPPP_PROJECTION_INFO structure [RAS]
ras/RASPPP_PROJECTION_INFO
rras.rasppp_projection_info
rras\rasppp_projection_info.htm
RRAS
8394b843-75f0-4bbd-9ad8-6f4b5dc4bf7b
12/05/2018
*PRASPPP_PROJECTION_INFO, RASCCPCA_MPPC, RASCCPCA_STAC, RASCCPO_COMPRESSION, RASCCPO_ENCRYPTION128BIT, RASCCPO_ENCRYPTION40BIT, RASCCPO_ENCRYPTION40BITOLD, RASCCPO_ENCRYPTION56BIT, RASCCPO_HISTORYLESS, RASIPO_VJ, RASLCPAD_CHAP_MD5, RASLCPAD_CHAP_MS, RASLCPAD_CHAP_MSV2, RASLCPAP_CHAP, RASLCPAP_EAP, RASLCPAP_PAP, RASLCPAP_SPAP, RASLCPO_3_DES, RASLCPO_ACFC, RASLCPO_DES_56, RASLCPO_PFC, RASLCPO_SSHF, RASPPP_PROJECTION_INFO, RASPPP_PROJECTION_INFO structure [RAS], ras/RASPPP_PROJECTION_INFO, rras.rasppp_projection_info
ras.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Windows
RASPPP_PROJECTION_INFO, *PRASPPP_PROJECTION_INFO
19H1
_RASPPP_PROJECTION_INFO
ras/_RASPPP_PROJECTION_INFO
PRASPPP_PROJECTION_INFO
ras/PRASPPP_PROJECTION_INFO
RASPPP_PROJECTION_INFO
ras/RASPPP_PROJECTION_INFO
c++
APIRef
kbSyntax
HeaderDef
Ras.h
RASPPP_PROJECTION_INFO

RASPPP_PROJECTION_INFO structure

-description

The RASPPP_PROJECTION_INFO structure contains information obtained during Point-to-Point (PPP) negotiation of Internet Protocol version 4 (IPv4) and IPv6 projection operations, and PPP Link Control Protocol (LCP)/multilink, and Compression Control Protocol (CCP) negotiation.

-struct-fields

-field dwIPv4NegotiationError

A value that specifies the result of PPP IPv4 network control protocol negotiation. A value of zero indicates Ipv4 has been negotiated successfully. A nonzero value indicates failure, and is the fatal error that occurred during the control protocol negotiation.

-field ipv4Address

A RASIPV4ADDR that contains a null-terminated Unicode string that specifies the IPv4 address of the local client. This string has the form "a.b.c.d". ipv4Address is valid only if dwIPv4NegotiationError is zero.

-field ipv4ServerAddress

A RASIPV4ADDR structure that contains a Unicode string that specifies the IPv4 address of the remote server. This string has the form "a.b.c.d". ipv4ServerAddress is valid only if dwIPv4NegotiationError is zero. If the address is not available, this member is an empty string.

-field dwIPv4Options

A value that specifies Internet Protocol Control Protocol (IPCP) options for the local client.

Value Meaning
RASIPO_VJ
Indicates that IP datagrams sent by the local client are compressed using Van Jacobson compression.

-field dwIPv4ServerOptions

A value that specifies IPCP options for the remote server.

Value Meaning
RASIPO_VJ
Indicates that IP datagrams sent by the remote server (that is, received by the local computer) are compressed using Van Jacobson compression.

-field dwIPv6NegotiationError

A value that specifies the result of PPP IPv6 network control protocol negotiation. A value of zero indicates Ipv6 has been negotiated successfully. A nonzero value indicates failure, and is the fatal error that occurred during the control protocol negotiation.

-field bInterfaceIdentifier

An array that specifies the 64-bit IPv6 interface identifier of the client. The last 64 bits of a 128-bit IPv6 internet address are considered the "interface identifier," which provides a strong level of uniqueness for the preceding 64-bits. bInterfaceIdentifier must not be zero and is valid only if dwIPv6NegotiationError is zero.

-field bServerInterfaceIdentifier

An array that specifies the 64-bit IPv6 interface identifier of the server. The last 64 bits of a 128-bit IPv6 internet address are considered the "interface identifier," which provides a strong level of uniqueness for the preceding 64-bits. bServerInterfaceIdentifier must not be zero and is valid only if dwIPv6NegotiationError is zero.

-field fBundled

A BOOL that is TRUE if the connection is composed of multiple links and FALSE otherwise.

-field fMultilink

A BOOL that is TRUE if the connection supports multiple links and FALSE otherwise.

-field dwAuthenticationProtocol

A value that specifies the authentication protocol used to authenticate the local client. This member can be one of the following values.

Value Meaning
RASLCPAP_PAP
Password Authentication Protocol.
RASLCPAP_SPAP
Shiva Password Authentication Protocol.
RASLCPAP_CHAP
Challenge Handshake Authentication Protocol.
RASLCPAP_EAP
Extensible Authentication Protocol.

-field dwAuthenticationData

A value that specifies additional information about the authentication protocol specified by dwAuthenticationProtocol. dwAuthenticationData and dwServerAuthenticationData when different authentication protocols on the client and server. This member can be one of the following values:

Value Meaning
RASLCPAD_CHAP_MD5
MD5 CHAP.
RASLCPAD_CHAP_MS
Microsoft CHAP.
RASLCPAD_CHAP_MSV2
Microsoft CHAP version 2.

-field dwServerAuthenticationProtocol

A value that specifies the authentication protocol used to authenticate the remote server. This member can be one of the following values:

Value Meaning
RASLCPAP_PAP
Password Authentication Protocol.
RASLCPAP_SPAP
Shiva Password Authentication Protocol.
RASLCPAP_CHAP
Challenge Handshake Authentication Protocol.
RASLCPAP_EAP
Extensible Authentication Protocol.

-field dwServerAuthenticationData

A value that specifies additional information about the authentication protocol specified by dwServerAuthenticationProtocol. dwAuthenticationData and dwServerAuthenticationData when different authentication protocols on the client and server. This member can be one of the following values:

Value Meaning
RASLCPAD_CHAP_MD5
MD5 CHAP.
RASLCPAD_CHAP_MS
Microsoft CHAP.
RASLCPAD_CHAP_MSV2
Microsoft CHAP version 2.

-field dwEapTypeId

A value that specifies the type identifier of the Extensible Authentication Protocol (EAP) used to authenticate the local client. The value of this member is valid only if dwAuthenticationProtocol is RASLCPAPP_EAP..

-field dwServerEapTypeId

A value that specifies the type identifier of the Extensible Authentication Protocol (EAP) used to authenticate the remote server. The value of this member is valid only if dwRemoteAuthenticationProtocol is RASLCPAPP_EAP..

-field dwLcpOptions

A value that specifies information about LCP options in use by the local client. This member is a combination of the following flags:

Value Meaning
RASLCPO_PFC
The connection is using Protocol Field Compression (RFC 1172).
RASLCPO_ACFC
The connection is using Address and Control Field Compression (RFC 1172).
RASLCPO_SSHF
The connection is using Short Sequence Number Header Format (see RFC 1990).
RASLCPO_DES_56
The connection is using DES 56-bit encryption.
RASLCPO_3_DES
The connection is using Triple DES Encryption.

-field dwLcpServerOptions

A value that specifies information about LCP options in use by the remote server. This member is a combination of the following flags:

Value Meaning
RASLCPO_PFC
The connection is using Protocol Field Compression (RFC 1172).
RASLCPO_ACFC
The connection is using Address and Control Field Compression (RFC 1172).
RASLCPO_SSHF
The connection is using Short Sequence Number Header Format (see RFC 1990).
RASLCPO_DES_56
The connection is using DES 56-bit encryption.
RASLCPO_3_DES
The connection is using Triple DES Encryption.

-field dwCcpError

-field dwCcpCompressionAlgorithm

A value that specifies the compression algorithm used by the local client. The following table shows the possible values for this member.

Value Meaning
RASCCPCA_MPPC
Microsoft Point-to-Point Compression (MPPC) Protocol (RFC 2118).
RASCCPCA_STAC
STAC option 4 (RFC 1974).

-field dwCcpServerCompressionAlgorithm

A value that specifies the compression algorithm used by the remote server. The following algorithms are supported:

Value Meaning
RASCCPCA_MPPC
Microsoft Point-to-Point Compression (MPPC) Protocol ( RFC 2118).
RASCCPCA_STAC
STAC option 4 ( RFC 1974).

-field dwCcpOptions

A value that specifies the compression types available on the local client. The following types are supported:

Value Meaning
RASCCPO_COMPRESSION
Compression without encryption.
RASCCPO_HISTORYLESS
Microsoft Point-to-Point Encryption (MPPE) in stateless mode. The session key is changed after every packet. This mode improves performance on high latency networks, or networks that experience significant packet loss.
RASCCPO_ENCRYPTION40BITOLD
MPPE compression using 40-bit keys.
RASCCPO_ENCRYPTION40BIT
MPPE compression using 40-bit keys.
RASCCPO_ENCRYPTION56BIT
MPPE compression using 56-bit keys.
RASCCPO_ENCRYPTION128BIT
MPPE compression using 128-bit keys.

-field dwCcpServerOptions

A value that specifies the compression types available on the remote server. The following types are supported:

Value Meaning
RASCCPO_COMPRESSION
Compression without encryption.
RASCCPO_HISTORYLESS
Microsoft Point-to-Point Encryption (MPPE) in stateless mode. The session key is changed after every packet. This mode improves performance on high latency networks, or networks that experience significant packet loss.
RASCCPO_ENCRYPTION40BITOLD
MPPE compression using 40-bit keys.
RASCCPO_ENCRYPTION40BIT
MPPE compression using 40-bit keys.
RASCCPO_ENCRYPTION56BIT
MPPE compression using 56-bit keys.
RASCCPO_ENCRYPTION128BIT
MPPE compression using 128-bit keys.

-see-also

RasGetProjectionInfoEx

Remote Access Service (RAS) Overview

Remote Access Service Structures