// ntddrilapitypes.h
typedef enum RILMESSAGEFLAGS {
RIL_MSGFLAG_NONE,
RIL_MSGFLAG_MORETOSEND,
RIL_MSGFLAG_REPLYPATH,
RIL_MSGFLAG_HEADER,
RIL_MSGFLAG_REJECTDUPS,
RIL_MSGFLAG_STATUSREPORTRETURNED,
RIL_MSGFLAG_STATUSREPORTREQUESTED,
RIL_MSGFLAG_CAUSEDBYCOMMAND,
RIL_MSGFLAG_ALL
} ;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef enum RILMESSAGEFLAGS {
RIL_MSGFLAG_NONE,
RIL_MSGFLAG_MORETOSEND,
RIL_MSGFLAG_REPLYPATH,
RIL_MSGFLAG_HEADER,
RIL_MSGFLAG_REJECTDUPS,
RIL_MSGFLAG_STATUSREPORTRETURNED,
RIL_MSGFLAG_STATUSREPORTREQUESTED,
RIL_MSGFLAG_CAUSEDBYCOMMAND,
RIL_MSGFLAG_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_MSGFLAG_NONERIL_MSGFLAG_MORETOSENDRIL_MSGFLAG_REPLYPATHRIL_MSGFLAG_HEADERRIL_MSGFLAG_REJECTDUPSRIL_MSGFLAG_STATUSREPORTRETURNEDRIL_MSGFLAG_STATUSREPORTREQUESTEDRIL_MSGFLAG_CAUSEDBYCOMMANDRIL_MSGFLAG_ALLThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RIL_MSGFLAG_NONERIL_MSGFLAG_MORETOSENDRIL_MSGFLAG_REPLYPATHRIL_MSGFLAG_HEADERRIL_MSGFLAG_REJECTDUPSRIL_MSGFLAG_STATUSREPORTRETURNEDRIL_MSGFLAG_STATUSREPORTREQUESTEDRIL_MSGFLAG_CAUSEDBYCOMMANDRIL_MSGFLAG_ALL