SIMMESSAGECHANGE

Send Feedback

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.

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

Smartphone: Smartphone 2002 and later
Pocket PC: Pocket PC 2002 and later
OS Versions: Windows CE 3.0 and later
Header: simmgr.h
Library: cellcore.lib

See Also

SimGetSmsStorageStatus

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.