RILUICCKEYREF - NtDoc

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

enum RILUICCKEYREF {
  RIL_UICCKEYREF_ALW   = 0x00,
  RIL_UICCKEYREF_PIN1  = 0x01,
  RIL_UICCKEYREF_UPIN  = 0x10,
  RIL_UICCKEYREF_PIN2  = 0x81,
  RIL_UICCKEYREF_NEV   = 0xff

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

typedef enum _RILUICCKEYREF {
  RIL_UICCKEYREF_PIN1,
  RIL_UICCKEYREF_UPIN,
  RIL_UICCKEYREF_PIN2,
  RIL_UICCKEYREF_NEV
} RILUICCKEYREF;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

RILUICCKEYREF 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 RILUICCAPPTYPE.

Constants

RIL_UICCKEYREF_ALW

RIL_UICCKEYREF_PIN1

RIL_UICCKEYREF_UPIN

RIL_UICCKEYREF_PIN2

RIL_UICCKEYREF_NEV

Syntax

enum RILUICCKEYREF {
  RIL_UICCKEYREF_ALW   = 0x00,
  RIL_UICCKEYREF_PIN1  = 0x01,
  RIL_UICCKEYREF_UPIN  = 0x10,
  RIL_UICCKEYREF_PIN2  = 0x81,
  RIL_UICCKEYREF_NEV   = 0xff

};

See also

Cellular COM enumerations


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

RILUICCKEYREF enumeration (rilapitypes.h)

Description

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

Constants

RIL_UICCKEYREF_ALW

RIL_UICCKEYREF_PIN1

RIL_UICCKEYREF_UPIN

RIL_UICCKEYREF_PIN2

RIL_UICCKEYREF_NEV

Syntax

typedef enum _RILUICCKEYREF {
  RIL_UICCKEYREF_PIN1,
  RIL_UICCKEYREF_UPIN,
  RIL_UICCKEYREF_PIN2,
  RIL_UICCKEYREF_NEV
} RILUICCKEYREF;