RILCAPSDATACOMPRESSION

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure defines the device data compression capabilities.

Syntax

typedef struct {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwDirection;
  DWORD dwNegotiation;
  RILRANGE rrMaxDict;
  RILRANGE rrMaxString;
} RILCAPSDATACOMPRESSION;

Members

  • cbSize
    Structure size, in bytes.
  • dwParams
    Specifies valid parameters. Must be one or a combination of the RILCAPSDATACOMPRESSION parameter constants.
  • dwDirection
    Specifies supported data compression directions. Must be one of the data compression constants.
  • dwNegotiation
    Specifies supported negotiation modes. Must be one of the data compression negotiation constants.
  • rrMaxDict
    Range of supported values for the maximum number of dictionary entries to be negotiated.
  • rrMaxString
    Range of supported values for the maximum string length to be negotiated.

Requirements

Header ril.h
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

RILRANGE
RIL_GetDevCaps
RILCAPSDATACOMPRESSION Parameter Constants
Data Compression Constants
Data Compression Negotiation Constants