RILNOTIFICATIONFILTERMASK - NtDoc

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

typedef enum RILNOTIFICATIONFILTERMASK {
  RIL_NFS_NONE,
  RIL_NFS_SIGNALQUALITY,
  RIL_NFS_REGSTATUS_RATKIND,
  RIL_NFS_LOCATIONUPDATE,
  RIL_NFS_LOCATIONUPDATE_LAC_TAC,
  RIL_NFS_ALL
} ;
View the official Windows Driver Kit DDI reference
// rilapitypes.h

typedef enum RILNOTIFICATIONFILTERMASK {
  RIL_NFS_NONE,
  RIL_NFS_SIGNALQUALITY,
  RIL_NFS_REGSTATUS_RATKIND,
  RIL_NFS_LOCATIONUPDATE,
  RIL_NFS_LOCATIONUPDATE_LAC_TAC,
  RIL_NFS_ALL
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

RILNOTIFICATIONFILTERMASK enumeration (ntddrilapitypes.h)

Description

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

Constants

RIL_NFS_NONE

RIL_NFS_SIGNALQUALITY

RIL_NFS_REGSTATUS_RATKIND

RIL_NFS_LOCATIONUPDATE

RIL_NFS_ALL

RIL_NFS_LOCATIONUPDATE_LAC_TAC


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

RILNOTIFICATIONFILTERMASK enumeration (rilapitypes.h)

Description

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

Constants

RIL_NFS_NONE

RIL_NFS_SIGNALQUALITY

RIL_NFS_REGSTATUS_RATKIND

RIL_NFS_LOCATIONUPDATE

RIL_NFS_ALL

RIL_NFS_LOCATIONUPDATE_LAC_TAC