RILSECONDARYPDPCONTEXT

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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 dwContextID member of the structure is valid.

RIL_PARAM_SCONT_PRICONTEXTID

The dwPriContextID member of the structure is valid.

RIL_PARAM_SCONT_DATACOMPRESSION

The dwDataCompression member of the structure is valid.

RIL_PARAM_SCONT_HEADERCOMPRESSION

The dwHeaderCompression member 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

See Also

Reference

RIL Structures