// ntddrilapitypes.h
typedef enum RILCALLMEDIAVIDEOFLAGPARAMMASK {
RIL_CALLMEDIAVIDEOFLAG_NONE,
RIL_CALLMEDIAVIDEOFLAG_CAPABILITY_UNKNOWN,
RIL_CALLMEDIAVIDEOFLAG_PAUSE,
RIL_CALLMEDIAVIDEOFLAG_TEMPORARILY_UNAVAILABLE,
RIL_CALLMEDIAVIDEOFLAG_ALL
} ;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef enum RILCALLMEDIAVIDEOFLAGPARAMMASK {
RIL_CALLMEDIAVIDEOFLAG_NONE,
RIL_CALLMEDIAVIDEOFLAG_CAPABILITY_UNKNOWN,
RIL_CALLMEDIAVIDEOFLAG_PAUSE,
RIL_CALLMEDIAVIDEOFLAG_TEMPORARILY_UNAVAILABLE,
RIL_CALLMEDIAVIDEOFLAG_ALL
} ;
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_CALLMEDIAVIDEOFLAG_NONERIL_CALLMEDIAVIDEOFLAG_CAPABILITY_UNKNOWNRIL_CALLMEDIAVIDEOFLAG_PAUSERIL_CALLMEDIAVIDEOFLAG_TEMPORARILY_UNAVAILABLERIL_CALLMEDIAVIDEOFLAG_ALLThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RIL_CALLMEDIAVIDEOFLAG_NONERIL_CALLMEDIAVIDEOFLAG_CAPABILITY_UNKNOWNRIL_CALLMEDIAVIDEOFLAG_PAUSERIL_CALLMEDIAVIDEOFLAG_TEMPORARILY_UNAVAILABLERIL_CALLMEDIAVIDEOFLAG_ALL