RILUICCLOCKSTATELOCKSTATE enumeration (ntddrilapitypes.h)

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_PARAM_UICCLOCKSTATE_LOCKSTATE  = 0x0000000,
  RIL_UICCLOCKSTATE_VERIFIED         = 0x0000001,
  RIL_UICCLOCKSTATE_ENABLED          = 0x0000002,
  RIL_UICCLOCKSTATE_BLOCKED          = 0x0000003

};

Constants

 
RIL_UICCLOCKSTATE_NONE
RIL_UICCLOCKSTATE_VERIFIED
Lock is verified.
RIL_UICCLOCKSTATE_ENABLED
Lock is enabled.
RIL_UICCLOCKSTATE_BLOCKED
Lock is blocked.
RIL_UICCLOCKSTATE_ALL

Requirements

Requirement Value
Header ntddrilapitypes.h (include Rilapitypes.h, Ntddrilapitypes.h)

See also

Cellular COM enumerations