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
dwCount
The number of UICCDATASTOREENTRY structures in entries.entries[MAXLENGTH_UICCDATASTORE]
The entries (as UICCDATASTOREENTRY structures) in the UICC data store.
Requirements
Header: Generated from CellularAPI_OEM.idl
Related topics