RILMSGCDMAMSGPRIORITY 枚举 (ntddrilapitypes.h)

本主题支持 Windows 驱动程序基础结构,不打算直接从代码使用。

语法

typedef enum RILMSGCDMAMSGPRIORITY {
  RIL_MSGPRIORITY_NORMAL,
  RIL_MSGPRIORITY_HIGH,
  RIL_MSGPRIORITY_URGENT,
  RIL_MSGPRIORITY_EMERGENCY,
  RIL_MSGPRIORITY_MAX
} ;

常数

 
RIL_MSGPRIORITY_NORMAL
RIL_MSGPRIORITY_HIGH
RIL_MSGPRIORITY_URGENT
RIL_MSGPRIORITY_EMERGENCY
RIL_MSGPRIORITY_MAX

要求

要求 价值
标头 ntddrilapitypes.h (include Rilapitypes.h)