Share via


SIMFILEREFRESH

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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.

Syntax

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

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

Concepts

SIM Manager Functions