RILNOTIFICATIONFILTERMASK enumeration (ntddrilapitypes.h)

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

Syntax

typedef enum RILNOTIFICATIONFILTERMASK {
  RIL_NFS_NONE,
  RIL_NFS_SIGNALQUALITY,
  RIL_NFS_REGSTATUS_RATKIND,
  RIL_NFS_LOCATIONUPDATE,
  RIL_NFS_LOCATIONUPDATE_LAC_TAC,
  RIL_NFS_ALL
} ;

Constants

 
RIL_NFS_NONE
RIL_NFS_SIGNALQUALITY
RIL_NFS_REGSTATUS_RATKIND
RIL_NFS_LOCATIONUPDATE
RIL_NFS_LOCATIONUPDATE_LAC_TAC
RIL_NFS_ALL

Requirements

Requirement Value
Header ntddrilapitypes.h (include Rilapitypes.h)