RILNOTIFICATIONCLASSES - NtDoc

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

enum RILNOTIFICATIONCLASSES {
  RIL_NCLASS_FUNCRESULT     = 0x00000000,
  RIL_NCLASS_NOTIFICATIONS  = 0x10000000

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

typedef enum _RILNOTIFICATIONCLASSES {
  RIL_NCLASS_NOTIFICATIONS
} RILNOTIFICATIONCLASSES;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

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

Constants

RIL_NCLASS_FUNCRESULT

RIL_NCLASS_NOTIFICATIONS

Syntax

enum RILNOTIFICATIONCLASSES {
  RIL_NCLASS_FUNCRESULT     = 0x00000000,
  RIL_NCLASS_NOTIFICATIONS  = 0x10000000

};

See also

Cellular COM enumerations


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

RILNOTIFICATIONCLASSES enumeration (rilapitypes.h)

Description

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

Constants

RIL_NCLASS_FUNCRESULT

RIL_NCLASS_NOTIFICATIONS

Syntax

typedef enum _RILNOTIFICATIONCLASSES {
  RIL_NCLASS_NOTIFICATIONS
} RILNOTIFICATIONCLASSES;