RILIMSIPARAMMASK - NtDoc

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

enum RILIMSIPARAMMASK {
  RIL_PARAM_IMSI_IMSI  = 0x00000001,
  RIL_PARAM_IMSI_MCC   = 0x00000002,
  RIL_PARAM_IMSI_MNC   = 0x00000004,
  RIL_PARAM_IMSI_ALL   = 0x00000007

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

typedef enum _RILIMSIPARAMMASK {
  RIL_PARAM_IMSI_MCC,
  RIL_PARAM_IMSI_MNC,
  RIL_PARAM_IMSI_ALL
} RILIMSIPARAMMASK;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

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

Constants

RIL_PARAM_IMSI_IMSI

RIL_PARAM_IMSI_MCC

RIL_PARAM_IMSI_MNC

RIL_PARAM_IMSI_ALL

Syntax

enum RILIMSIPARAMMASK {
  RIL_PARAM_IMSI_IMSI  = 0x00000001,
  RIL_PARAM_IMSI_MCC   = 0x00000002,
  RIL_PARAM_IMSI_MNC   = 0x00000004,
  RIL_PARAM_IMSI_ALL   = 0x00000007

};

See also

Cellular COM enumerations


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

RILIMSIPARAMMASK 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_IMSI_IMSI

RIL_PARAM_IMSI_MCC

RIL_PARAM_IMSI_MNC

RIL_PARAM_IMSI_ALL

Syntax

typedef enum _RILIMSIPARAMMASK {
  RIL_PARAM_IMSI_MCC,
  RIL_PARAM_IMSI_MNC,
  RIL_PARAM_IMSI_ALL
} RILIMSIPARAMMASK;