Share via


SIMLOCALINFO (Windows Embedded CE 6.0)

1/6/2010

This structure is used for SIM_NOTIFY_LOCALINFO.

Syntax

typedef struct simlocalinfo_tag {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwLAC;
  DWORD dwCellId;
  TCHAR lpszNumName[MAXLEN_OPERATOR_NUMERIC];
  TCHAR lpszIMEI[MAXLEN_IMEI];
  BYTE rgbNMR[MAXLEN_NMR];
  BYTE rgbBCCH[MAXLEN_BCCH * MAXNUM_BCCH];
  DWORD dwNumBCCH;
} SIMLOCALINFO, *LPSIMLOCALINFO;

Members

  • cbSize
    Specifies the size of the structure, in bytes.
  • dwParams
    Specifies a bitfield that indicates which structure fields are valid for a given message.
  • dwLAC
    Indicates location area code.
  • dwCellId
    Indicates the cellular identifier.
  • lpszNumName[MAXLEN_OPERATOR_NUMERIC]
    Indicates the numeric operator name.
  • lpszIMEI[MAXLEN_IMEI]
    Indicates International Mobile Equipment Identifier (IMEI) of the phone.
  • rgbNMR[MAXLEN_NMR]
    Indicates network management results.
  • rgbBCCH[MAXLEN_BCCH * MAXNUM_BCCH]
    Indicates the Broadcast Control Channel (BCCH), 16 bytes per sub-list.
  • dwNumBCCH
    Indicates the number of BCCH sub-lists, 1-3.

Remarks

Note that NMR and BCCH are not supported, but are included for completeness.

Requirements

Header simtkit.h
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

SIM Toolkit Structures