RILUICCRECORDSTATUS

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 RILUICCRECORDSTATUS.

Syntax

struct RILUICCRECORDSTATUS {
    DWORD cbSize;
    DWORD dwParams;
    RILUICCRECORDTYPE dwRecordType;
    DWORD dwItemCount;
    DWORD dwSize;
    RILUICCFILELOCKSTATUS fileLockStatus[MAXNUM_EFACCESSTYPES];
} ;

Members

  • cbSize
    The size of the structure in bytes.

  • dwParams
    A bitwise combination of RILUICCRECORDSTATUSPARAMMASK enumeration values that indicates which members of the structure contain valid data. A member of the structure is valid if the corresponding bit flag is set.

  • dwRecordType
    Specifies the UICC file type, one of RILUICCRECORDTYPE.

  • dwItemCount
    Specifies the number of items in the UICC file.

  • dwSize
    Specifies the size of each item in bytes.

  • fileLockStatus[MAXNUM_EFACCESSTYPES];
    An array of type RILUICCFILELOCKSTATUS that describes the access condition and a list of key references for each operation (READ, UPDATE, ACTIVATE, and DEACTIVATE in that order) on that file.

Remarks

Requirements

Header: Generated from CellularAPI_OEM.idl

Cellular COM structures

 

 

Send comments about this topic to Microsoft