RILCLOSEDGROUPSETTINGS (Compact 2013)
3/26/2014
This structure stores closed user group (CUG) settings.
Syntax
typedef struct rilclosedgroupsettings_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwStatus;
DWORD dwIndex;
DWORD dwInfo;
} RILCLOSEDGROUPSETTINGS, *LPRILCLOSEDGROUPSETTINGS;
Members
- cbSize
Size of the structure, in bytes.
- dwParams
Indicates which members of the structure contain valid data. Must be one or a combination of the RILCLOSEDGROUPSETTINGS Parameter Constants.
- dwStatus
Activation status. Must be one of the Supplemental Activation Constants.
- dwIndex
CUG index. Must be one of the CUG Special Constants.
- dwInfo
Additional CUG flags. Must be one of the CUG Information Level Constants.
Requirements
Header |
ril.h |
See Also
Reference
RIL Structures
RIL_GetClosedGroupSettings
RIL_SetClosedGroupSettings
RILCLOSEDGROUPSETTINGS Parameter Constants
CUG Special Constants
CUG Information Level Constants