RILCALLMEDIAOFFERACTION enumeration (ntddrilapitypes.h)

This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.

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
} ;

Constants

 
RIL_CALLMEDIAOFFERACTION_NONE
RIL_CALLMEDIAOFFERACTION_ERROR
RIL_CALLMEDIAOFFERACTION_REJECT
RIL_CALLMEDIAOFFERACTION_ASK
RIL_CALLMEDIAOFFERACTION_ACCEPT
RIL_CALLMEDIAOFFERACTION_CANCEL
RIL_CALLMEDIAOFFERACTION_MAX

Requirements

Requirement Value
Header ntddrilapitypes.h (include Rilapitypes.h)