RILMESSAGEFLAGS enumeration (ntddrilapitypes.h)

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

Syntax

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

Constants

 
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

Requirements

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