// ntddrilapitypes.h
typedef enum RILMSGCDMAMSGPRIORITY {
RIL_MSGPRIORITY_NORMAL,
RIL_MSGPRIORITY_HIGH,
RIL_MSGPRIORITY_URGENT,
RIL_MSGPRIORITY_EMERGENCY,
RIL_MSGPRIORITY_MAX
} ;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef enum RILMSGCDMAMSGPRIORITY {
RIL_MSGPRIORITY_NORMAL,
RIL_MSGPRIORITY_HIGH,
RIL_MSGPRIORITY_URGENT,
RIL_MSGPRIORITY_EMERGENCY,
RIL_MSGPRIORITY_MAX
} ;
View the official Windows Driver Kit DDI referenceNo description available.
This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RIL_MSGPRIORITY_NORMALRIL_MSGPRIORITY_HIGHRIL_MSGPRIORITY_URGENTRIL_MSGPRIORITY_EMERGENCYRIL_MSGPRIORITY_MAXThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RIL_MSGPRIORITY_NORMALRIL_MSGPRIORITY_HIGHRIL_MSGPRIORITY_URGENTRIL_MSGPRIORITY_EMERGENCYRIL_MSGPRIORITY_MAX