Enumerazione RILMSGMWIPRIORITY (ntddrilapitypes.h)

Questo argomento supporta l'infrastruttura driver di Windows e non è progettato per essere usato direttamente dal codice.

Sintassi

typedef enum RILMSGMWIPRIORITY {
  RIL_MSGMWIPRIORITY_UNKNOWN,
  RIL_MSGMWIPRIORITY_LOW,
  RIL_MSGMWIPRIORITY_NORMAL,
  RIL_MSGMWIPRIORITY_URGENT,
  RIL_MSGMWIPRIORITY_EMERGENCY,
  RIL_MSGMWIPRIORITY_MAX
} ;

Costanti

 
RIL_MSGMWIPRIORITY_UNKNOWN
RIL_MSGMWIPRIORITY_LOW
RIL_MSGMWIPRIORITY_NORMAL
RIL_MSGMWIPRIORITY_URGENT
RIL_MSGMWIPRIORITY_EMERGENCY
RIL_MSGMWIPRIORITY_MAX

Requisiti

Requisito Valore
Intestazione ntddrilapitypes.h (include Rilapitypes.h)