RILUICCRECORDSTATUSPARAMMASK - NtDoc

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

enum RILUICCRECORDSTATUSPARAMMASK {
  RIL_PARAM_URS_RECORDTYPE      = 0x00000001,
  RIL_PARAM_URS_ITEMCOUNT       = 0x00000002,
  RIL_PARAM_URS_SIZE            = 0x00000004,
  RIL_PARAM_URS_FILELOCKSTATUS  = 0x00000008,
  RIL_PARAM_URS_ALL             = 0x0000000F

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

typedef enum _RILUICCRECORDSTATUSPARAMMASK {
  RIL_PARAM_URS_ITEMCOUNT,
  RIL_PARAM_URS_SIZE,
  RIL_PARAM_URS_FILELOCKSTATUS,
  RIL_PARAM_URS_ALL
} RILUICCRECORDSTATUSPARAMMASK;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

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

Constants

RIL_PARAM_URS_RECORDTYPE

RIL_PARAM_URS_ITEMCOUNT

RIL_PARAM_URS_SIZE

RIL_PARAM_URS_FILELOCKSTATUS

RIL_PARAM_URS_ALL

Syntax

enum RILUICCRECORDSTATUSPARAMMASK {
  RIL_PARAM_URS_RECORDTYPE      = 0x00000001,
  RIL_PARAM_URS_ITEMCOUNT       = 0x00000002,
  RIL_PARAM_URS_SIZE            = 0x00000004,
  RIL_PARAM_URS_FILELOCKSTATUS  = 0x00000008,
  RIL_PARAM_URS_ALL             = 0x0000000F

};

See also

Cellular COM enumerations


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

RILUICCRECORDSTATUSPARAMMASK 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_URS_RECORDTYPE

RIL_PARAM_URS_ITEMCOUNT

RIL_PARAM_URS_SIZE

RIL_PARAM_URS_FILELOCKSTATUS

RIL_PARAM_URS_ALL

Syntax

typedef enum _RILUICCRECORDSTATUSPARAMMASK {
  RIL_PARAM_URS_ITEMCOUNT,
  RIL_PARAM_URS_SIZE,
  RIL_PARAM_URS_FILELOCKSTATUS,
  RIL_PARAM_URS_ALL
} RILUICCRECORDSTATUSPARAMMASK;