// ntddrilapitypes.h
typedef enum RILMESSAGETYPE {
RIL_MSGTYPE_IN_DELIVER,
RIL_MSGTYPE_IN_STATUS,
RIL_MSGTYPE_IN_IS637STATUS,
RIL_MSGTYPE_IN_CDMADELIVER,
RIL_MSGTYPE_OUT_SUBMIT,
RIL_MSGTYPE_OUT_CDMASUBMIT,
RIL_MSGTYPE_BC_GENERAL
} ;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef enum RILMESSAGETYPE {
RIL_MSGTYPE_IN_DELIVER,
RIL_MSGTYPE_IN_STATUS,
RIL_MSGTYPE_IN_IS637STATUS,
RIL_MSGTYPE_IN_CDMADELIVER,
RIL_MSGTYPE_OUT_SUBMIT,
RIL_MSGTYPE_OUT_CDMASUBMIT,
RIL_MSGTYPE_BC_GENERAL
} ;
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_MSGTYPE_IN_DELIVERRIL_MSGTYPE_IN_STATUSRIL_MSGTYPE_IN_IS637STATUSRIL_MSGTYPE_IN_CDMADELIVERRIL_MSGTYPE_OUT_SUBMITRIL_MSGTYPE_OUT_CDMASUBMITRIL_MSGTYPE_BC_GENERALThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RIL_MSGTYPE_IN_DELIVERRIL_MSGTYPE_IN_STATUSRIL_MSGTYPE_IN_IS637STATUSRIL_MSGTYPE_IN_CDMADELIVERRIL_MSGTYPE_OUT_SUBMITRIL_MSGTYPE_OUT_CDMASUBMITRIL_MSGTYPE_BC_GENERAL