Enumeración RILCALLMEDIAOFFERACTION (ntddrilapitypes.h)

Este tema admite la infraestructura del controlador de Windows y no está pensado para usarse directamente desde el código.

Syntax

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

Constantes

 
RIL_CALLMEDIAOFFERACTION_NONE
RIL_CALLMEDIAOFFERACTION_ERROR
RIL_CALLMEDIAOFFERACTION_REJECT
RIL_CALLMEDIAOFFERACTION_ASK
RIL_CALLMEDIAOFFERACTION_ACCEPT
RIL_CALLMEDIAOFFERACTION_CANCEL
RIL_CALLMEDIAOFFERACTION_MAX

Requisitos

Requisito Valor
Header ntddrilapitypes.h (include Rilapitypes.h)