Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

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 or USIM card.

Function Description

SIMCALLBACK

The callback function prototype that SIM Manager uses when sending notifications.

SimChangeLocking Password

Changes a locking password.

SimDeinitialize

De-initializes a handle for a Subscriber Identity Module (HSIM).

SimDeleteMessage

Deletes a Short Message Service (SMS) from a particular storage location.

SimDeletePhonebookEntry

Deletes a phone book entry from the SIM card.

SimGetDevCaps

Gets the device capabilities of the SIM.

SimGetLockingStatus

Gets the locking status of the phone.

SimGetPhonebookCapabilities

Gets the phone book capabilities of the SIM.

SimGetPhonebookStatus

Gets the status of a phonebook location.

SimGetPhoneLockedState

Checks whether the SIM is currently awaiting a password.

SimGetRecordInfo

Contains information about a particular record.

SimGetSmsStorageStatus

Gets the status of a Short Message Service (SMS) storage location.

SimInitialize

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

Reads a Short Message Service (SMS) from a particular storage location.

SimReadPhonebookEntries

Reads extended phone book entries.

SimReadPhonebookEntry

Reads a phone book entry from the SIM card.

SimReadPhonebookTag

Reads the name value for a given index and tag.

SimReadRecord

Reads a file from the SIM.

SimSetLockingStatus

Sets the locking status of the phone.

SimUnlockPhone

Sends a password to unlock the phone.

SimWriteMessage

Writes a Short Message Service (SMS) message to a particular storage location on the SIM card.

SimWritePhonebookEntry

Writes a phone book entry to the SIM card.

SimWritePhonebookEntryEx

Writes extended phone book entries on the SIM card.

SimWritePhonebookTag

Writes the name value for a given index and tag.

SimWriteRecord

Writes a file to the SIM.