// ntddrilapitypes.h
typedef enum RILCALLMEDIATYPE {
RIL_CALLMEDIATYPE_UNKNOWN,
RIL_CALLMEDIATYPE_AUDIO,
RIL_CALLMEDIATYPE_VIDEO,
RIL_CALLMEDIATYPE_CUSTOM,
RIL_CALLMEDIATYPE_MAX
} ;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef enum RILCALLMEDIATYPE {
RIL_CALLMEDIATYPE_UNKNOWN,
RIL_CALLMEDIATYPE_AUDIO,
RIL_CALLMEDIATYPE_VIDEO,
RIL_CALLMEDIATYPE_CUSTOM,
RIL_CALLMEDIATYPE_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_CALLMEDIATYPE_UNKNOWNRIL_CALLMEDIATYPE_AUDIORIL_CALLMEDIATYPE_VIDEORIL_CALLMEDIATYPE_CUSTOMRIL_CALLMEDIATYPE_MAXThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RIL_CALLMEDIATYPE_UNKNOWNRIL_CALLMEDIATYPE_AUDIORIL_CALLMEDIATYPE_VIDEORIL_CALLMEDIATYPE_CUSTOMRIL_CALLMEDIATYPE_MAX