// ntddrilapitypes.h
typedef enum RILCALLMEDIADIRECTION {
RIL_CALLMEDIADIRECTION_NONE,
RIL_CALLMEDIADIRECTION_RX,
RIL_CALLMEDIADIRECTION_TX,
RIL_CALLMEDIADIRECTION_RXTX,
RIL_CALLMEDIADIRECTION_MAX
} ;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef enum RILCALLMEDIADIRECTION {
RIL_CALLMEDIADIRECTION_NONE,
RIL_CALLMEDIADIRECTION_RX,
RIL_CALLMEDIADIRECTION_TX,
RIL_CALLMEDIADIRECTION_RXTX,
RIL_CALLMEDIADIRECTION_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_CALLMEDIADIRECTION_NONERIL_CALLMEDIADIRECTION_RXRIL_CALLMEDIADIRECTION_TXRIL_CALLMEDIADIRECTION_RXTXRIL_CALLMEDIADIRECTION_MAXThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RIL_CALLMEDIADIRECTION_NONERIL_CALLMEDIADIRECTION_RXRIL_CALLMEDIADIRECTION_TXRIL_CALLMEDIADIRECTION_RXTXRIL_CALLMEDIADIRECTION_MAX