RILUICCLOCKSTATELOCKSTATE
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 enumeration describes the RILUICCLOCKSTATELOCKSTATE.
Syntax
enum RILUICCLOCKSTATELOCKSTATE {
RIL_UICCLOCKSTATE_NONE = 0x0000000,
RIL_UICCLOCKSTATE_VERIFIED = 0x0000001,
RIL_UICCLOCKSTATE_ENABLED = 0x0000002,
RIL_UICCLOCKSTATE_BLOCKED = 0x0000004
} ;
Constants
RIL_UICCLOCKSTATE_NONE
None of the other state bits are set.RIL_UICCLOCKSTATE_VERIFIED
Lock is verified.RIL_UICCLOCKSTATE_ENABLED
Lock is enabled.RIL_UICCLOCKSTATE_BLOCKED
Lock is blocked.
Remarks
Requirements
Header: Generated from CellularAPI_OEM.idl
Related topics