Share via


SIMINFO (Compact 2013)

3/26/2014

This structure stores information regarding storage on the SIM card.

Syntax

typedef struct siminfo_tag {
    DWORD cbSize;
    DWORD dwParams;
    DWORD dwSimStatus;
    WCHAR wszSimID[ MAX_LENGTH_SIMID ];
    DWORD dwSimType;
} SIMINFO, *LPSIMINFO;

Members

  • cbSize
    The size of this structure in bytes.
  • dwParams
    A bit field indicating which of the following parameters is valid.
  • wszSimID[ MAX_LENGTH_SIMID ]
    The SIM ID.

Remarks

The bits of the dwParams parameter have the following meanings:

Constant

Value

Description

SIM_PARAM_SIN_STATUS

0x00000001

The dwSimStatus field is valid

SIM_PARAM_SIN_ID

0x00000002

The wszSimID field is valid

SIM_PARAM_SIN_TYPE

0x00000004

The dwSimType field is valid

SIM_PARAM_SIN_ALL

0x00000007

ALL fields are valid

Requirements

Header

simmgr.h

See Also

Reference

SIM Manager Structures
SIM Manager Length Constants
SIM Manager Locked State Constants
SIM Manager SIM Type Constants