Skip to content

Latest commit

 

History

History
75 lines (61 loc) · 2.35 KB

ns-ntddrilapitypes-riluicclock.md

File metadata and controls

75 lines (61 loc) · 2.35 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:ntddrilapitypes.RILUICCLOCK
RILUICCLOCK (ntddrilapitypes.h)
This structure represents a RILUICCLOCK.
netvista\riluicclock.htm
netvista
02/16/2018
RILUICCLOCK structure
*LPRILUICCLOCK, RILUICCLOCK, RILUICCLOCK structure [Network Drivers Starting with Windows Vista], netvista.riluicclock, rilapitypes/RILUICCLOCK
ntddrilapitypes.h
Ntddrilapitypes.h
Windows
Windows
RILUICCLOCK, *LPRILUICCLOCK
RILUICCLOCK
ntddrilapitypes/RILUICCLOCK
LPRILUICCLOCK
ntddrilapitypes/LPRILUICCLOCK
APIRef
kbSyntax
HeaderDef
rilapitypes.h
RILUICCLOCK
LPRILUICCLOCK

RILUICCLOCK 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 RILUICCLOCK.

-struct-fields

-field hUiccApp

Specifies the UICC application context for this lock. In the case of PIN1 or UPIN, more than one application may make reference to the same key.

-field dwKeyRef

The key for this lock of RILUICCKEYREF type. PIN1 keys are in the range 0x01..0x08 and may be shared by multiple applications. The Universal PIN is designated with key 0x11. PIN2 keys are in the range 0x81..0x88 and are local to each application (not shared). Two additional special values are defined: 0x00 represents a lock that is always verified (the “ALWays” access condition on the UICC) and 0xFF represents a lock that cannot be verified (the “NEVer” access condition).

-syntax

struct RILUICCLOCK {
  HUICCAPP hUiccApp;
  DWORD    dwKeyRef;
};

-see-also

Cellular COM structures