Share via


RILCLOSEDGROUPSETTINGS (Windows Embedded CE 6.0)

1/6/2010

This structure stores closed user group (CUG) settings.

Syntax

typedef struct {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwStatus;
  DWORD dwIndex;
  DWORD dwInfo;
} RILCLOSEDGROUPSETTINGS;

Members

  • cbSize
    Structure size, in bytes.
  • dwParams
    Specifies the valid parameters. Specifies valid parameters. Must be one or a combination of the RILCLOSEDGROUPSETTINGS parameter constants.
  • dwStatus
    Specifies activation status.
  • dwIndex
    Specifies the CUG index. Must be a CUG special constant.
  • dwInfo
    Specifies additional CUG flags. Must be a CUG information level constant.

Requirements

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

See Also

Reference

RIL Structures
RIL_GetClosedGroupSettings
RIL_SetClosedGroupSettings
RILCLOSEDGROUPSETTINGS Parameter Constants
CUG Special Constants
CUG Information Level Constants