RILMESSAGEFLAGS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddrilapitypes-rilmessageflags)

RILMESSAGEFLAGS enumeration (ntddrilapitypes.h)

Description

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

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


Windows Driver Kit DDI reference (ne-rilapitypes-rilmessageflags)

RILMESSAGEFLAGS enumeration (rilapitypes.h)

Description

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

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