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.
A version of this page is also available for
4/8/2010

This is a service-provider-specific configuration structure. It is specific to version 1 of this Telephony Service Provider (TSP). Future versions may append additional data elements to the end of this structure.

Syntax

typedef struct celldevconfig_tag {
  DWORD 
dwTotalSize;
  DWORD 
dwNeededSize;
  DWORD 
dwUsedSize;
  BOOL 
bBearerInfoValid;
  CELLBEARERINFO 
cbiBearerInfo;
  BOOL 
bDataCompInfoValid;
  CELLDATACOMPINFO 
cdciDataCompInfo;
  BOOL 
bRadioLinkInfoValid;
  CELLRADIOLINKINFO 
crliRadioLinkInfo;
  BOOL 
bGPRSConnectionInfoValid;
  CELLGPRSCONNECTIONINFO 
cgciGPRSConnectionInfo;
  DWORD 
dwFlags;
} CELLDEVCONFIG, *LPCELLDEVCONFIG;

Members

dwTotalSize

The total size, in bytes, allocated to this data structure.

dwNeededSize

The size, in bytes, required to hold all the returned information for this data structure.

dwUsedSize

The size, in bytes, of the portion of this data structure that contains useful information.

bBearerInfoValid

TRUE if and only if cbiBearerInfois valid.

cbiBearerInfo

Bearer structure.

bDataCompInfoValid

TRUE if and only if cdciDataCompInfois valid.

cdciDataCompInfo

Data compression structure.

bRadioLinkInfoValid

TRUE if and only if crliRadioLinkInfois valid.

crliRadioLinkInfo

Radio Link Protocol (RLP) structure.

bGPRSConnectionInfoValid

TRUE if and only if cgciGPRSConnectionInfois valid.

cgciGPRSConnectionInfo

General Packet Radio Service (GPRS) connection structure.

dwFlags

Bit-mask of CELLDEVCONFIG_FLAG_* constants. Not supported for Windows Mobile Standard.

Remarks

This handling of this structure is specific to version 1 of the TSP.

Requirements

Header tsp.h
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Pocket PC 2002 and later, Smartphone 2002 and later

See Also