Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Syntax
enum RILUICCLOCKSTATEPARAMMASK {
RIL_PARAM_UICCLOCKSTATE_UICCLOCK = 0x00000001,
RIL_PARAM_UICCLOCKSTATE_LOCKSTATE = 0x00000002,
RIL_PARAM_UICCLOCKSTATE_VERIFYATTEMPTSLEFT = 0x00000004,
RIL_PARAM_UICCLOCKSTATE_UNBLOCKATTEMPTSLEFT = 0x00000008,
RIL_PARAM_UICCLOCKSTATE_ALL = 0x0000000F
};
Constants
RIL_PARAM_UICCLOCKSTATE_UICCLOCK |
RIL_PARAM_UICCLOCKSTATE_LOCKSTATE |
RIL_PARAM_UICCLOCKSTATE_VERIFYATTEMPTSLEFT |
RIL_PARAM_UICCLOCKSTATE_UNBLOCKATTEMPTSLEFT |
RIL_PARAM_UICCLOCKSTATE_ALL |
Requirements
Requirement | Value |
---|---|
Header | ntddrilapitypes.h (include Rilapitypes.h, Ntddrilapitypes.h) |