Share via


RILGPRSCONTEXTCAPS

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure defines the maximum phonebook entry length for the SIM phonebook.

Syntax

typedef struct {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwProtocolType;
  RILRANGE ContextIDRange;
  DWORD dwDataCompression;
  DWORD dwHeaderCompression;
  DWORD dwParameterLength;
  char szParameters[];
} RILGPRSCONTEXTCAPS, *LPRILGPRSCONTEXTCAPS;

Members

  • cbSize
    Structure size, in bytes.
  • dwParams
    Specifies valid parameters. Must be one or a combination of the RILGPRSCONTEXT parameter constants.
  • dwProtocolType
    Specifies the GPRS protocol type. Must be one of the GPRS protocol constants.
  • ContextIDRange
    Supported context ID range.
  • dwDataCompression
    Specifies the supported data compression modes. This value can be set to any combination of RIL_GPRSDATACOMP_OFF and RIL_GPRSDATA_COMP_ON.
  • dwHeaderCompression
    Specifies the supported header compression modes. This value can be set to any combination of RIL_GPRSHEADERCOMP_OFF and RIL_GPRSHEADERCOMP_ON.
  • dwParameterLength
    Specifies the length of szParameters list, in bytes.
  • szParameters
    Valid string parameters, delimited by \0, with a final parameter terminated by \0\0.

Requirements

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

See Also

Reference

RIL_GetDevCaps
RILRANGE
RILGPRSCONTEXT Parameter Constants
GPRS Protocol Constants