RILMESSAGETYPE enumeration (ntddrilapitypes.h)

This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.

Syntax

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
} ;

Constants

 
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

Requirements

Requirement Value
Header ntddrilapitypes.h (include Rilapitypes.h)