// ntddrilapitypes.h
typedef enum RILCALLMEDIAOFFERACTION {
RIL_CALLMEDIAOFFERACTION_NONE,
RIL_CALLMEDIAOFFERACTION_ERROR,
RIL_CALLMEDIAOFFERACTION_REJECT,
RIL_CALLMEDIAOFFERACTION_ASK,
RIL_CALLMEDIAOFFERACTION_ACCEPT,
RIL_CALLMEDIAOFFERACTION_CANCEL,
RIL_CALLMEDIAOFFERACTION_MAX
} ;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef enum RILCALLMEDIAOFFERACTION {
RIL_CALLMEDIAOFFERACTION_NONE,
RIL_CALLMEDIAOFFERACTION_ERROR,
RIL_CALLMEDIAOFFERACTION_REJECT,
RIL_CALLMEDIAOFFERACTION_ASK,
RIL_CALLMEDIAOFFERACTION_ACCEPT,
RIL_CALLMEDIAOFFERACTION_CANCEL,
RIL_CALLMEDIAOFFERACTION_MAX
} ;
View the official Windows Driver Kit DDI referenceNo description available.
This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RIL_CALLMEDIAOFFERACTION_NONERIL_CALLMEDIAOFFERACTION_ERRORRIL_CALLMEDIAOFFERACTION_REJECTRIL_CALLMEDIAOFFERACTION_ASKRIL_CALLMEDIAOFFERACTION_ACCEPTRIL_CALLMEDIAOFFERACTION_CANCELRIL_CALLMEDIAOFFERACTION_MAXThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RIL_CALLMEDIAOFFERACTION_NONERIL_CALLMEDIAOFFERACTION_ERRORRIL_CALLMEDIAOFFERACTION_REJECTRIL_CALLMEDIAOFFERACTION_ASKRIL_CALLMEDIAOFFERACTION_ACCEPTRIL_CALLMEDIAOFFERACTION_CANCELRIL_CALLMEDIAOFFERACTION_MAX