RILDATACOMPINFO (Compact 2013)
3/26/2014
This structure stores data compression settings.
Syntax
typedef struct rildatacompinfo_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwDirection;
DWORD dwNegotiation;
DWORD dwMaxDictEntries;
DWORD dwMaxStringLength;
} RILDATACOMPINFO, *LPRILDATACOMPINFO;
Members
- cbSize
Size of the structure, in bytes.
- dwParams
Indicates which members of the structure contain valid data. Must be one or a combination of the RILDATACOMPINFO Parameter Constants.
- dwDirection
Specifies the compression in transmission and reception directions. Must be one of the Data Compression Constants.
- dwNegotiation
Specifies whether compression is required or optional. Must be one of the Data Compression Negotiation Constants.
- dwMaxDictEntries
Maximum number of dictionary entries.
- dwMaxStringLength
Maximum string length.
Requirements
Header |
ril.h |
See Also
Reference
RIL Structures
Data Compression Constants
Data Compression Negotiation Constants
RIL_GetDataCompression
RIL_SetDataCompression
RILDATACOMPINFO Parameter Constants