RILSIMSECURITYSTATUS (Compact 2013)
3/26/2014
This structure stores information about the SIM security state.
Syntax
typedef struct rilsimsecuritystatus_tag
{
DWORD cbSize;
DWORD dwLockedState;
DWORD dwSimSecurityState;
} RILSIMSECURITYSTATUS, *LPRILSIMSECURITYSTATUS ;
Members
- [out] cbSize
Structure size, in bytes.
- [out] dwLockedState
A Phone Locked Constants value.
- [out] dwSimSecurityState
A SIM Security State Constants value.
Remarks
This structure is read-only.
Requirements
Header |
ril.h |
See Also
Reference
RIL Structures
Phone Locked Constants
SIM Security State Constants