Share via


SIM Manager Functions

Send Feedback

This section lists all of the available functions within the simmgr.h file. These functions are part of the SIM Manager API set that enables access to information stored on the SIM card.

Function PPC SP Description
SIMCALLBACK     The callback function prototype that SIM Manager uses when sending notifications.
SimChangeLocking Password X X Changes a locking password.
SimDeinitialize X X De-initializes a handle for a Subscriber Identity Module (HSIM).
SimDeleteMessage X X Deletes a Short Message Service (SMS) from a particular storage location.
SimDeletePhonebookEntry X X Deletes a phone book entry from the SIM card.
SimGetDevCaps X X Gets the device capabilities of the SIM.
SimGetLockingStatus X X Gets the locking status of the phone.
SimGetPhonebookStatus X X Gets the status of a phonebook location.
SimGetPhoneLockedState X X Checks whether the SIM is currently awaiting a password.
SimGetRecordInfo X X Contains information about a particular record.
SimGetSmsStorageStatus X X Gets the status of an Short Message Service (SMS) storage location.
SimInitialize X X Must be called by applications to use any of the functions in this API. Passing in a function callback is required only for applications that subscribe for notifications.
SimReadMessage X X Reads an Short Message Service (SMS) from a particular storage location.
SimReadPhonebookEntry X X Reads a phone book entry from the SIM card.
SimReadRecord X X Reads a file from the SIM.
SimSetLockingStatus X X Sets the locking status of the phone.
SimUnlockPhone X X Sends a password to unlock the phone.
SimWriteMessage X X Writes an Short Message Service (SMS) message to a particular storage location on the SIM card.
SimWritePhonebookEntry X X Writes a phone book entry to the SIM card.
SimWriteRecord X X Writes a file to the SIM.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.