RILSIMINFO (Compact 2013)
3/26/2014
This structure stores information about a specific SIM on a specific radio.
Syntax
typedef struct rilsiminfo_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwSimStatus;
WCHAR wszSimID[MAXLENGTH_SIMID];
} RILSIMINFO, *LPRILSIMINFO ;
Members
- [out] cbSize
Structure size, in bytes.
[out] dwParams
A bit mask indicating which of the following parameters are valid.Constant
Value
Description
RIL_PARAM_SI_STATUS
0x00000001
The dwSimStatus field is valid
RIL_PARAM_SI_ID
0x00000002
The wszSimID field is valid
- [out] dwSimStatus
A Phone Locked Constants value.
- [out] wszSimID [ MAXLENGTH_SIMID ]
The SIM ID.
Remarks
This structure is read-only.
This structure is implemented by RIL_GetSimInfo.
Requirements
Header |
ril.h |