Enumerazione RILCALLMEDIAOFFERACTION (ntddrilapitypes.h)

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

Sintassi

typedef enum RILCALLMEDIAOFFERACTION {
  RIL_CALLMEDIAOFFERACTION_NONE,
  RIL_CALLMEDIAOFFERACTION_ERROR,
  RIL_CALLMEDIAOFFERACTION_REJECT,
  RIL_CALLMEDIAOFFERACTION_ASK,
  RIL_CALLMEDIAOFFERACTION_ACCEPT,
  RIL_CALLMEDIAOFFERACTION_CANCEL,
  RIL_CALLMEDIAOFFERACTION_MAX
} ;

Costanti

 
RIL_CALLMEDIAOFFERACTION_NONE
RIL_CALLMEDIAOFFERACTION_ERROR
RIL_CALLMEDIAOFFERACTION_REJECT
RIL_CALLMEDIAOFFERACTION_ASK
RIL_CALLMEDIAOFFERACTION_ACCEPT
RIL_CALLMEDIAOFFERACTION_CANCEL
RIL_CALLMEDIAOFFERACTION_MAX

Requisiti

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