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.
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | mprapi.h |