SIMMESSAGECHANGE

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/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
Windows Mobile Pocket PC 2002 and later, Smartphone 2002 and later

See Also

Reference

SimGetSmsStorageStatus