SIMMESSAGECHANGE (Compact 2013)
3/26/2014
The SIMMESSAGECHANGE structure contains information about Short Message Service (SMS) messages that have changed and that are on the SIM. This structure is part of the SIM Manager API set that enables access to information stored on the SIM card.
Syntax
typedef struct simmessagechange_tag {
DWORD dwEntry;
DWORD dwStorage;
} SIMMESSAGECHANGE, FAR *LPSIMMESSAGECHANGE;
Members
- dwEntry
The index of the entry that has changed.
- dwStorage
A SIM Manager SMS Storage Constants value specifying which SMS storage this structure applies to.
Requirements
Header |
simmgr.h |