Share via


RILCAPSDATACOMPRESSION (Compact 2013)

3/26/2014

This structure defines the device data compression capabilities.

Syntax

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

Members

  • cbSize
    Size of the structure, in bytes.
  • rrMaxDict
    Range of values for the maximum number of dictionary entries to be negotiated.
  • rrMaxString
    Range of values for the maximum string length to be negotiated.

Requirements

Header

ril.h

See Also

Reference

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