// 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 referenceNo description available.
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.
RIL_NCLASS_FUNCRESULTRIL_NCLASS_NOTIFICATIONSenum RILNOTIFICATIONCLASSES {
RIL_NCLASS_FUNCRESULT = 0x00000000,
RIL_NCLASS_NOTIFICATIONS = 0x10000000
};
This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RIL_NCLASS_FUNCRESULTRIL_NCLASS_NOTIFICATIONStypedef enum _RILNOTIFICATIONCLASSES {
RIL_NCLASS_NOTIFICATIONS
} RILNOTIFICATIONCLASSES;