RILOPERATORNAMES Parameter Constants
A version of this page is also available for
4/8/2010
The following table shows the valid values for the dwParams member of the RILOPERATORNAMES structure.
Value | Description |
---|---|
RIL_PARAM_ON_LONGNAME |
The szLongName[MAXLENGTH_OPERATOR_LONG] member of the structure is valid. |
RIL_PARAM_ON_SHORTNAME |
The szShortName[MAXLENGTH_OPERATOR_SHORT] member of the structure is valid. |
RIL_PARAM_ON_NUMNAME |
The szNumName[MAXLENGTH_OPERATOR_NUMERIC] member of the structure is valid. |
RIL_PARAM_ON_COUNTRY_CODE |
The szCountryCode[MAXLENGTH_OPERATOR_COUNTRY_CODE] member of the structure is valid. |
RIL_PARAM_ON_ALL |
All members of the structure are valid. |
Requirements
Header | ril.h |
Windows Embedded CE | Windows Embedded CE 6.0 |