Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
This structure defines the secondary PDP context.
Syntax
typedef struct { DWORD cbSize; DWORD dwParams; DWORD dwContextID; DWORD dwPriContextID; DWORD dwDataCompression; DWORD dwHeaderCompression; } RILSECONDARYPDPCONTEXT; |
Members
- cbSize
-
Structure size in bytes.
dwParams
Indicates valid parameters. The following table shows the valid values for this member with a description of each value.
Value | Description |
---|---|
RIL_PARAM_SCONT_CONTEXTID |
The dwContextIDmember of the structure is valid. |
RIL_PARAM_SCONT_PRICONTEXTID |
The dwPriContextIDmember of the structure is valid. |
RIL_PARAM_SCONT_DATACOMPRESSION |
The dwDataCompressionmember of the structure is valid. |
RIL_PARAM_SCONT_HEADERCOMPRESSION |
The dwHeaderCompressionmember of the structure is valid. |
dwContextID
The PDP context identifier. The minimum value is 1.
dwPriContextID
The primary PDP context number. The minimum value is 1.
dwDataCompression
Controls the PDP data compression. Can be any one of the constants listed in Data Compression Constants.
dwHeaderCompression
Controls the PDP header compression. Can be any one of the constants listed in PDP Header Compression Constant.
Remarks
None.
Requirements
Header | ril.h |
Library | Ril.lib |
Windows Embedded CE | Windows Embedded CE 6.0 and later |