RILUICCLOCKSTATELOCKSTATE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddrilapitypes.h

enum RILUICCLOCKSTATELOCKSTATE {
  RIL_PARAM_UICCLOCKSTATE_LOCKSTATE  = 0x0000000,
  RIL_UICCLOCKSTATE_VERIFIED         = 0x0000001,
  RIL_UICCLOCKSTATE_ENABLED          = 0x0000002,
  RIL_UICCLOCKSTATE_BLOCKED          = 0x0000003

};
View the official Windows Driver Kit DDI reference
// rilapitypes.h

typedef enum _RILUICCLOCKSTATELOCKSTATE {
  RIL_UICCLOCKSTATE_VERIFIED,
  RIL_UICCLOCKSTATE_ENABLED,
  RIL_UICCLOCKSTATE_BLOCKED,
  RIL_UICCLOCKSTATE_ALL
} RILUICCLOCKSTATELOCKSTATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddrilapitypes-riluicclockstatelockstate)

RILUICCLOCKSTATELOCKSTATE enumeration (ntddrilapitypes.h)

Description

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.

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

RIL_PARAM_UICCLOCKSTATE_LOCKSTATE

None of the other state bits are set.

Syntax

enum RILUICCLOCKSTATELOCKSTATE {
  RIL_PARAM_UICCLOCKSTATE_LOCKSTATE  = 0x0000000,
  RIL_UICCLOCKSTATE_VERIFIED         = 0x0000001,
  RIL_UICCLOCKSTATE_ENABLED          = 0x0000002,
  RIL_UICCLOCKSTATE_BLOCKED          = 0x0000003

};

See also

Cellular COM enumerations


Windows Driver Kit DDI reference (ne-rilapitypes-riluicclockstatelockstate)

RILUICCLOCKSTATELOCKSTATE enumeration (rilapitypes.h)

Description

This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.

Constants

RIL_UICCLOCKSTATE_NONE

RIL_UICCLOCKSTATE_VERIFIED

RIL_UICCLOCKSTATE_ENABLED

RIL_UICCLOCKSTATE_BLOCKED

RIL_UICCLOCKSTATE_ALL

Syntax

typedef enum _RILUICCLOCKSTATELOCKSTATE {
  RIL_UICCLOCKSTATE_VERIFIED,
  RIL_UICCLOCKSTATE_ENABLED,
  RIL_UICCLOCKSTATE_BLOCKED,
  RIL_UICCLOCKSTATE_ALL
} RILUICCLOCKSTATELOCKSTATE;