RILMESSAGESTATUS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddrilapitypes.h

typedef enum RILMESSAGESTATUS {
  RIL_MSGSTATUS_UNKNOWN,
  RIL_MSGSTATUS_RECUNREAD,
  RIL_MSGSTATUS_RECREAD,
  RIL_MSGSTATUS_STOUNSENT,
  RIL_MSGSTATUS_STOSENT,
  RIL_MSGSTATUS_MAX
} ;
View the official Windows Driver Kit DDI reference
// rilapitypes.h

typedef enum RILMESSAGESTATUS {
  RIL_MSGSTATUS_UNKNOWN,
  RIL_MSGSTATUS_RECUNREAD,
  RIL_MSGSTATUS_RECREAD,
  RIL_MSGSTATUS_STOUNSENT,
  RIL_MSGSTATUS_STOSENT,
  RIL_MSGSTATUS_MAX
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

RILMESSAGESTATUS enumeration (ntddrilapitypes.h)

Description

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

Constants

RIL_MSGSTATUS_UNKNOWN

RIL_MSGSTATUS_RECUNREAD

RIL_MSGSTATUS_RECREAD

RIL_MSGSTATUS_STOUNSENT

RIL_MSGSTATUS_STOSENT

RIL_MSGSTATUS_MAX


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

RILMESSAGESTATUS enumeration (rilapitypes.h)

Description

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

Constants

RIL_MSGSTATUS_UNKNOWN

RIL_MSGSTATUS_RECUNREAD

RIL_MSGSTATUS_RECREAD

RIL_MSGSTATUS_STOUNSENT

RIL_MSGSTATUS_STOSENT

RIL_MSGSTATUS_MAX