UICCDATASTOREINFO

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 the entries in the UICC data store.

Syntax

const int MAXLENGTH_UICCDATASTORE = 10;

struct UICCDATASTOREINFO  
{
    DWORD dwCount;  
    struct UICCDATASTOREENTRY entries[MAXLENGTH_UICCDATASTORE];  
} ;

Members

Requirements

Header: Generated from CellularAPI_OEM.idl

Cellular COM structures

 

 

Send comments about this topic to Microsoft