RILMESSAGE_IN_SIM (Compact 2013)

3/26/2014

This structure stores message data in Subscriber Identity Module (SIM) format.

Syntax

typedef struct rilmessage_in_sim_tag {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwLocation;
  DWORD dwIndex;
} RILMESSAGE_IN_SIM, *LPRILMESSAGE_IN_SIM;

Members

  • cbSize
    Size of the structure, in bytes.
  • dwIndex
    Storage index occupied by the message.

Requirements

Header

ril.h

See Also

Reference

RIL Structures
Notification Messaging Constants
RILMESSAGE_IN_SIM Parameter Constants
Message Storage Constants