RILUICCFILELOCKSTATUSPARAMMASK - NtDoc

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

enum RILUICCFILELOCKSTATUSPARAMMASK {
  RIL_PARAM_UFLS_ACCESSCONDITION  = 0x00000001,
  RIL_PARAM_UFLS_PINREFERENCE     = 0x00000002,
  RIL_PARAM_UFLS_ALL              = 0x00000003

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

typedef enum _RILUICCFILELOCKSTATUSPARAMMASK {
  RIL_PARAM_UFLS_PINREFERENCE,
  RIL_PARAM_UFLS_ALL
} RILUICCFILELOCKSTATUSPARAMMASK;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

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

Constants

RIL_PARAM_UFLS_ACCESSCONDITION

RIL_PARAM_UFLS_PINREFERENCE

RIL_PARAM_UFLS_ALL

Syntax

enum RILUICCFILELOCKSTATUSPARAMMASK {
  RIL_PARAM_UFLS_ACCESSCONDITION  = 0x00000001,
  RIL_PARAM_UFLS_PINREFERENCE     = 0x00000002,
  RIL_PARAM_UFLS_ALL              = 0x00000003

};

See also

Cellular COM enumerations


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

RILUICCFILELOCKSTATUSPARAMMASK enumeration (rilapitypes.h)

Description

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

Constants

RIL_PARAM_UFLS_ACCESSCONDITION

RIL_PARAM_UFLS_PINREFERENCE

RIL_PARAM_UFLS_ALL

Syntax

typedef enum _RILUICCFILELOCKSTATUSPARAMMASK {
  RIL_PARAM_UFLS_PINREFERENCE,
  RIL_PARAM_UFLS_ALL
} RILUICCFILELOCKSTATUSPARAMMASK;