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 |
要求
要求 | 值 |
---|---|
Header | ntddrilapitypes.h (包括 Rilapitypes.h) |