RILUICCLOCKSTATE - NtDoc

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

struct RILUICCLOCKSTATE {
  DWORD       cbSize;
  DWORD       dwParams;
  RILUICCLOCK rilUiccLock;
  DWORD       dwLockState;
  DWORD       dwVerifyAttemptsLeft;
  DWORD       dwUnblockAttemptsLeft;
};
View the official Windows Driver Kit DDI reference
// rilapitypes.h

typedef struct _RILUICCLOCKSTATE {
  DWORD        cbSize;
  DWORD        dwParams;
  RILUICCLOCK  rilUiccLock;
  DWORD        dwLockState;
  DWORD        dwVerifyAttemptsLeft;
  DWORD        dwUnblockAttemptsLeft;
} RILUICCLOCKSTATE, RILUICCLOCKSTATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddrilapitypes-riluicclockstate)

RILUICCLOCKSTATE structure (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 structure represents a RILUICCLOCKSTATE.

Members

cbSize

The size of the structure in bytes.

dwParams

A bitwise combination of RILUICCLOCKSTATEPARAMMASK enumeration values that indicates which members of the structure contain valid data. A member of the structure is valid if the corresponding bit flag is set.

rilUiccLock

Specifies the lock of type RILUICCLOCK.

dwLockState

The current state of the lock, a bitmask of RILUICCLOCKSTATELOCKSTATE.

dwVerifyAttemptsLeft

The number of verification attempts that remain before the lock is blocked.

dwUnblockAttemptsLeft

The number of unblock attempts that remain before the lock is permanently blocked.

Syntax

struct RILUICCLOCKSTATE {
  DWORD       cbSize;
  DWORD       dwParams;
  RILUICCLOCK rilUiccLock;
  DWORD       dwLockState;
  DWORD       dwVerifyAttemptsLeft;
  DWORD       dwUnblockAttemptsLeft;
};

See also

Cellular COM structures


Windows Driver Kit DDI reference (ns-rilapitypes-riluicclockstate)

RILUICCLOCKSTATE structure (rilapitypes.h)

Description

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

Members

cbSize

dwParams

rilUiccLock

dwLockState

dwVerifyAttemptsLeft

dwUnblockAttemptsLeft

Syntax

typedef struct _RILUICCLOCKSTATE {
  DWORD        cbSize;
  DWORD        dwParams;
  RILUICCLOCK  rilUiccLock;
  DWORD        dwLockState;
  DWORD        dwVerifyAttemptsLeft;
  DWORD        dwUnblockAttemptsLeft;
} RILUICCLOCKSTATE, RILUICCLOCKSTATE;