RILSIMCMDPARAMETERS

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure stores parameters for a restricted SIM command.

Syntax

typedef struct {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwFileID;
  DWORD dwParameter1;
  DWORD dwParameter2;
  DWORD dwParameter3;
} RILSIMCMDPARAMETERS;

Members

  • cbSize
    Structure size, in bytes.
  • dwParams
    Specifies valid parameters. Must be one or a combination of the RILSIMCMDPARAMETERS parameter constants.
  • dwFileID
    Specifies the SIM file identification.
  • dwParameter1
    Specifies the parameter specific to a SIM command.
  • dwParameter2
    Specifies the parameter specific to a SIM command.
  • dwParameter3
    Specifies the parameter specific to a SIM command.

Requirements

Header ril.h
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

RIL_SendRestrictedSimCmd
RILSIMCMDPARAMETERS Parameter Constants