SIMFILEREFRESH

Send Feedback

The SIMFILEREFRESH structure contains information about which files have been updated. This structure is part of the SIM Manager API set that enables access to information stored on the SIM card.

typedef struct simfilerefresh_tag {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwFlags;
  DWORD dwFileCount;
  DWORD rgdwAddress[MAX_FILES];
} SIMFILEREFRESH, FAR *LPSIMFILEREFRESH;

Members

  • cbSize
    Size of the structure in bytes.

  • dwParams
    Indicates valid parameter values.

  • dwFlags
    Combination of SIMFILE constants.

    Value Description
    SIMFILE_FULLFILECHANGE All files have been changed.
    SIMFILE_FILECHANGE Only a few files have been changed.
    SIMFILE_SIMINIT SIM Initialization.
    SIMFILE_SIMRESET Reset the SIM.
  • dwFileCount
    Number of files in the update list.

  • rgdwAddress
    Array of files.

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

SIM Manager Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.