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.
- dwParams
Indicates which members of the structure contain valid data. Must be one or a combination of the RILMESSAGE_IN_SIM Parameter Constants.
- dwLocation
Storage area. Must be one of the Message Storage Constants.
- 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