Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
PPP_CCP_INFO structure (mprapi.h)
The PPP_CCP_INFO structure contains information that describes the results of a Compression Control Protocol (CCP) negotiation.
Syntax
typedef struct _PPP_CCP_INFO {
DWORD dwError;
DWORD dwCompressionAlgorithm;
DWORD dwOptions;
DWORD dwRemoteCompressionAlgorithm;
DWORD dwRemoteOptions;
} PPP_CCP_INFO;
Members
dwError
Specifies an error if the negotiation is unsuccessful.
dwCompressionAlgorithm
Specifies the compression algorithm used by the local computer. The following table shows the possible values for this member.
| Value | Meaning |
|---|---|
|
Microsoft Point-to-Point Compression (MPPC) Protocol |
|
STAC option 4 |
dwOptions
Specifies the compression options on the local computer. The following options are supported.
| Option | Meaning |
|---|---|
|
Compression without encryption. |
|
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. |
|
MPPE using 40-bit keys. |
|
MPPE using 40-bit keys. |
|
MPPE using 56-bit keys. |
|
MPPE using 128-bit keys. |
dwRemoteCompressionAlgorithm
Specifies the compression algorithm used by the remote computer. The following table shows the possible values for this member.
| Value | Meaning |
|---|---|
|
Microsoft Point-to-Point Compression (MPPC) Protocol |
|
STAC option 4 |
dwRemoteOptions
Specifies the compression options on the remote computer. The following options are supported.
| Option | Meaning |
|---|---|
|
Compression without encryption. |
|
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. |
|
MPPE using 40-bit keys. |
|
MPPE using 40-bit keys. |
|
MPPE using 56-bit keys. |
|
MPPE using 128-bit keys. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | mprapi.h |
See also
Feedback
Was this page helpful?
