Share via


RILOPERATORINFO (Compact 2013)

3/26/2014

This structure indicates the status of a specific operator.

Syntax

typedef struct riloperatorinfo_tag {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwIndex;
  DWORD dwStatus;
  RILOPERATORNAMES ronNames;
} RILOPERATORINFO, *LPRILOPERATORINFO;

Members

  • cbSize
    Size of the structure, in bytes.
  • dwIndex
    The index, if applicable. Must be one of the operator special constants.
  • dwStatus
    The registration status, if applicable. Must be one of the operator status constants.
  • ronNames
    Representations of an operator.

Requirements

Header

ril.h

See Also

Reference

RIL Structures
RIL_GetOperatorList
RILOPERATORNAMES
RILOPERATORINFO Parameter Constants
Operator Status Constants
Operator Special Constants