RILSIMRECORDSTATUS (Compact 2013)
3/26/2014
This structure stores a response to a restricted Subscriber Identity Module (SIM) command.
Syntax
typedef struct rilsimrecordstatus_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwRecordType;
DWORD dwItemCount;
DWORD dwSize;
} RILSIMRECORDSTATUS, *LPRILSIMRECORDSTATUS;
Members
- cbSize
Size of the structure, in bytes.
- dwParams
Indicates which members of the structure contain valid data. Must be one or a combination of the RILSIMRECORDSTATUS Parameter Constants.
- dwRecordType
SIM file type. Must be one of the SIM record constants.
- dwItemCount
Number of items in the record.
- dwSize
Size of each item, in bytes.
Requirements
Header |
ril.h |
See Also
Reference
RIL Structures
RIL_GetSimRecordStatus
RILSIMRECORDSTATUS Parameter Constants
SIM Record Constants