Share via


RILSIMCMDPARAMETERS (Compact 2013)

3/26/2014

This structure stores parameters for a restricted Subscriber Identity Module (SIM) command.

Syntax

typedef struct rilsimcmdparameters_tag {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwFileID;
  DWORD dwParameter1;
  DWORD dwParameter2;
  DWORD dwParameter3;
} RILSIMCMDPARAMETERS, *LPRILSIMCMDPARAMETERS;

Members

  • cbSize
    Size of the structure, in bytes.
  • dwFileID
    The SIM file identification.
  • dwParameter1
    The first parameter specific to a SIM command.
  • dwParameter2
    The second parameter specific to a SIM command.
  • dwParameter3
    The third parameter specific to a SIM command.

Requirements

Header

ril.h

See Also

Reference

RIL Structures
RIL_SendRestrictedSimCmd
RILSIMCMDPARAMETERS Parameter Constants