SIMMESSAGECHANGE (Windows Embedded CE 6.0)
1/6/2010
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
SIM_SMSSTORAGE constant that details the storage location of this entry.Value Description SIM_SMSSTORAGE_BROADCAST
Broadcast message storage location.
SIM_SMSSTORAGE_SIM
SIM storage location.
Requirements
Header | simmgr.h |
Windows Embedded CE | Windows Embedded CE 6.0 and later |