RILOPERATORNAMES (Compact 2013)

3/26/2014

This structure stores possible representations of an operator.

Syntax

typedef struct riloperatornames_tag {
  DWORD cbSize;
  DWORD dwParams;
  char szLongName[MAXLENGTH_OPERATOR_LONG];
  char szShortName[MAXLENGTH_OPERATOR_SHORT];
  char szNumName[MAXLENGTH_OPERATOR_NUMERIC];
  char szCountryCode[MAXLENGTH_OPERATOR_COUNTRY_CODE];
} RILOPERATORNAMES, *LPRILOPERATORNAMES;

Members

  • cbSize
    Size of the structure, in bytes.
  • szLongName[MAXLENGTH_OPERATOR_LONG]
    Long representation. For information on the MAXLENGTH_OPERATOR_LONG constant, see Maximum Lengths Constants.
  • szShortName[MAXLENGTH_OPERATOR_SHORT]
    Short representation. For information on the MAXLENGTH_OPERATOR_SHORT constant, see Maximum Lengths Constants.
  • szNumName[MAXLENGTH_OPERATOR_NUMERIC]
    Numeric representation. For information on the MAXLENGTH_OPERATOR_NUMERIC constant, see Maximum Lengths Constants.
  • szCountryCode[MAXLENGTH_OPERATOR_COUNTRY_CODE]
    Country/region code. For information on the MAXLENGTH_OPERATOR_COUNTRY_CODE constant, see Maximum Lengths Constants.

Requirements

Header

ril.h

See Also

Reference

RIL Structures
Maximum Lengths Constants
RIL_AddPreferredOperator
RIL_GetCurrentOperator
RIL_RegisterOnNetwork
RILOPERATORINFO
RILOPERATORNAMES Parameter Constants