SIMPBECHANGE

Send Feedback

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.

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

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

SimWritePhonebookEntry, SimDeletePhonebookEntry

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.