Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
The SIMPBECHANGE structure contains information about which SIM phone book entries have changed. This structure is part of the SIM Manager API set that enables access to information stored on the SIM card.
Syntax
typedef struct simpbechange_tag {
DWORD dwEntry;
DWORD dwStorage;
} SIMPBECHANGE, FAR *LPSIMPBECHANGE;
Members
- dwEntry
The index of the entry that has changed.
dwStorage
A SIM_PBSTORAGE constant that details the phonebook in which this entry is stored.Value Description SIM_PBSTORAGE_EMERGENCY
Emergency dial list.
SIM_PBSTORAGE_FIXEDDIALING
SIM fixed dialing list.
SIM_PBSTORAGE_LASTDIALING
SIM last dialing list.
SIM_PBSTORAGE_OWNNUMBERS
SIM own numbers lists.
SIM_PBSTORAGE_SIM
General SIM Storage.
Requirements
| Header | simmgr.h |
| Windows Embedded CE | Windows Embedded CE 6.0 and later |
See Also
Reference
SIM Manager Structures
SimWritePhonebookEntry
SimDeletePhonebookEntry