UICCDATASTOREENTRY

Warning  The Cellular COM API is deprecated in Windows 10. This content is provided to support maintenance of OEM and mobile operator created Windows Phone 8.1 applications.

 

This structure represents a UICC data store entry.

Syntax

const int MAXLENGTH_ICCID = 10;

struct UICCDATASTOREENTRY  
{
    DWORD position;
    DWORD lengthIccId;  
    BYTE iccId[MAXLENGTH_ICCID];  
};  

Members

  • position
    The position of the UICC based on the user’s usage history. This is a zero-based index, with values from 0 to 9.

  • lengthIccId
    The length of the ICCID.

  • iccId[MAXLENGTH_ICCID]
    The ICCID.

Requirements

Header: Generated from CellularAPI_OEM.idl

Cellular COM structures

 

 

Send comments about this topic to Microsoft