// 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 referenceNo description available.
This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RIL_MSGSTATUS_UNKNOWNRIL_MSGSTATUS_RECUNREADRIL_MSGSTATUS_RECREADRIL_MSGSTATUS_STOUNSENTRIL_MSGSTATUS_STOSENTRIL_MSGSTATUS_MAXThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RIL_MSGSTATUS_UNKNOWNRIL_MSGSTATUS_RECUNREADRIL_MSGSTATUS_RECREADRIL_MSGSTATUS_STOUNSENTRIL_MSGSTATUS_STOSENTRIL_MSGSTATUS_MAX