// ntddrilapitypes.h
typedef enum RILMSGINSTATUSTGTDLVSTATUS {
RIL_MSGDLVSTATUS_RECEIVEDBYSME,
RIL_MSGDLVSTATUS_FORWARDEDTOSME,
RIL_MSGDLVSTATUS_REPLACEDBYSC,
RIL_MSGDLVSTATUS_CONGESTION_TRYING,
RIL_MSGDLVSTATUS_SMEBUSY_TRYING,
RIL_MSGDLVSTATUS_SMENOTRESPONDING_TRYING,
RIL_MSGDLVSTATUS_SVCREJECTED_TRYING,
RIL_MSGDLVSTATUS_QUALITYUNAVAIL_TRYING,
RIL_MSGDLVSTATUS_SMEERROR_TRYING,
RIL_MSGDLVSTATUS_CONGESTION,
RIL_MSGDLVSTATUS_SMEBUSY,
RIL_MSGDLVSTATUS_SMENOTRESPONDING,
RIL_MSGDLVSTATUS_SVCREJECTED,
RIL_MSGDLVSTATUS_QUALITYUNAVAIL_TEMP,
RIL_MSGDLVSTATUS_SMEERROR,
RIL_MSGDLVSTATUS_REMOTEPROCERROR,
RIL_MSGDLVSTATUS_INCOMPATIBLEDEST,
RIL_MSGDLVSTATUS_CONNECTIONREJECTED,
RIL_MSGDLVSTATUS_NOTOBTAINABLE,
RIL_MSGDLVSTATUS_NOINTERNETWORKING,
RIL_MSGDLVSTATUS_VPEXPIRED,
RIL_MSGDLVSTATUS_DELETEDBYORIGSME,
RIL_MSGDLVSTATUS_DELETEDBYSC,
RIL_MSGDLVSTATUS_NOLONGEREXISTS,
RIL_MSGDLVSTATUS_QUALITYUNAVAIL,
RIL_MSGDLVSTATUS_RESERVED_COMPLETED,
RIL_MSGDLVSTATUS_RESERVED_TRYING,
RIL_MSGDLVSTATUS_RESERVED_ERROR,
RIL_MSGDLVSTATUS_RESERVED_TMPERROR,
RIL_MSGDLVSTATUS_SCSPECIFIC_COMPLETED,
RIL_MSGDLVSTATUS_SCSPECIFIC_TRYING,
RIL_MSGDLVSTATUS_SCSPECIFIC_ERROR,
RIL_MSGDLVSTATUS_SCSPECIFIC_TMPERROR,
RIL_MSGDLVSTATUS_MAX
} ;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef enum RILMSGINSTATUSTGTDLVSTATUS {
RIL_MSGDLVSTATUS_RECEIVEDBYSME,
RIL_MSGDLVSTATUS_FORWARDEDTOSME,
RIL_MSGDLVSTATUS_REPLACEDBYSC,
RIL_MSGDLVSTATUS_CONGESTION_TRYING,
RIL_MSGDLVSTATUS_SMEBUSY_TRYING,
RIL_MSGDLVSTATUS_SMENOTRESPONDING_TRYING,
RIL_MSGDLVSTATUS_SVCREJECTED_TRYING,
RIL_MSGDLVSTATUS_QUALITYUNAVAIL_TRYING,
RIL_MSGDLVSTATUS_SMEERROR_TRYING,
RIL_MSGDLVSTATUS_CONGESTION,
RIL_MSGDLVSTATUS_SMEBUSY,
RIL_MSGDLVSTATUS_SMENOTRESPONDING,
RIL_MSGDLVSTATUS_SVCREJECTED,
RIL_MSGDLVSTATUS_QUALITYUNAVAIL_TEMP,
RIL_MSGDLVSTATUS_SMEERROR,
RIL_MSGDLVSTATUS_REMOTEPROCERROR,
RIL_MSGDLVSTATUS_INCOMPATIBLEDEST,
RIL_MSGDLVSTATUS_CONNECTIONREJECTED,
RIL_MSGDLVSTATUS_NOTOBTAINABLE,
RIL_MSGDLVSTATUS_NOINTERNETWORKING,
RIL_MSGDLVSTATUS_VPEXPIRED,
RIL_MSGDLVSTATUS_DELETEDBYORIGSME,
RIL_MSGDLVSTATUS_DELETEDBYSC,
RIL_MSGDLVSTATUS_NOLONGEREXISTS,
RIL_MSGDLVSTATUS_QUALITYUNAVAIL,
RIL_MSGDLVSTATUS_RESERVED_COMPLETED,
RIL_MSGDLVSTATUS_RESERVED_TRYING,
RIL_MSGDLVSTATUS_RESERVED_ERROR,
RIL_MSGDLVSTATUS_RESERVED_TMPERROR,
RIL_MSGDLVSTATUS_SCSPECIFIC_COMPLETED,
RIL_MSGDLVSTATUS_SCSPECIFIC_TRYING,
RIL_MSGDLVSTATUS_SCSPECIFIC_ERROR,
RIL_MSGDLVSTATUS_SCSPECIFIC_TMPERROR,
RIL_MSGDLVSTATUS_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_MSGDLVSTATUS_RECEIVEDBYSMERIL_MSGDLVSTATUS_FORWARDEDTOSMERIL_MSGDLVSTATUS_REPLACEDBYSCRIL_MSGDLVSTATUS_CONGESTION_TRYINGRIL_MSGDLVSTATUS_SMEBUSY_TRYINGRIL_MSGDLVSTATUS_SMENOTRESPONDING_TRYINGRIL_MSGDLVSTATUS_SVCREJECTED_TRYINGRIL_MSGDLVSTATUS_QUALITYUNAVAIL_TRYINGRIL_MSGDLVSTATUS_SMEERROR_TRYINGRIL_MSGDLVSTATUS_CONGESTIONRIL_MSGDLVSTATUS_SMEBUSYRIL_MSGDLVSTATUS_SMENOTRESPONDINGRIL_MSGDLVSTATUS_SVCREJECTEDRIL_MSGDLVSTATUS_QUALITYUNAVAIL_TEMPRIL_MSGDLVSTATUS_SMEERRORRIL_MSGDLVSTATUS_REMOTEPROCERRORRIL_MSGDLVSTATUS_INCOMPATIBLEDESTRIL_MSGDLVSTATUS_CONNECTIONREJECTEDRIL_MSGDLVSTATUS_NOTOBTAINABLERIL_MSGDLVSTATUS_NOINTERNETWORKINGRIL_MSGDLVSTATUS_VPEXPIREDRIL_MSGDLVSTATUS_DELETEDBYORIGSMERIL_MSGDLVSTATUS_DELETEDBYSCRIL_MSGDLVSTATUS_NOLONGEREXISTSRIL_MSGDLVSTATUS_QUALITYUNAVAILRIL_MSGDLVSTATUS_RESERVED_COMPLETEDRIL_MSGDLVSTATUS_RESERVED_TRYINGRIL_MSGDLVSTATUS_RESERVED_ERRORRIL_MSGDLVSTATUS_RESERVED_TMPERRORRIL_MSGDLVSTATUS_SCSPECIFIC_COMPLETEDRIL_MSGDLVSTATUS_SCSPECIFIC_TRYINGRIL_MSGDLVSTATUS_SCSPECIFIC_ERRORRIL_MSGDLVSTATUS_SCSPECIFIC_TMPERRORRIL_MSGDLVSTATUS_MAXThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RIL_MSGDLVSTATUS_RECEIVEDBYSMERIL_MSGDLVSTATUS_FORWARDEDTOSMERIL_MSGDLVSTATUS_REPLACEDBYSCRIL_MSGDLVSTATUS_CONGESTION_TRYINGRIL_MSGDLVSTATUS_SMEBUSY_TRYINGRIL_MSGDLVSTATUS_SMENOTRESPONDING_TRYINGRIL_MSGDLVSTATUS_SVCREJECTED_TRYINGRIL_MSGDLVSTATUS_QUALITYUNAVAIL_TRYINGRIL_MSGDLVSTATUS_SMEERROR_TRYINGRIL_MSGDLVSTATUS_CONGESTIONRIL_MSGDLVSTATUS_SMEBUSYRIL_MSGDLVSTATUS_SMENOTRESPONDINGRIL_MSGDLVSTATUS_SVCREJECTEDRIL_MSGDLVSTATUS_QUALITYUNAVAIL_TEMPRIL_MSGDLVSTATUS_SMEERRORRIL_MSGDLVSTATUS_REMOTEPROCERRORRIL_MSGDLVSTATUS_INCOMPATIBLEDESTRIL_MSGDLVSTATUS_CONNECTIONREJECTEDRIL_MSGDLVSTATUS_NOTOBTAINABLERIL_MSGDLVSTATUS_NOINTERNETWORKINGRIL_MSGDLVSTATUS_VPEXPIREDRIL_MSGDLVSTATUS_DELETEDBYORIGSMERIL_MSGDLVSTATUS_DELETEDBYSCRIL_MSGDLVSTATUS_NOLONGEREXISTSRIL_MSGDLVSTATUS_QUALITYUNAVAILRIL_MSGDLVSTATUS_RESERVED_COMPLETEDRIL_MSGDLVSTATUS_RESERVED_TRYINGRIL_MSGDLVSTATUS_RESERVED_ERRORRIL_MSGDLVSTATUS_RESERVED_TMPERRORRIL_MSGDLVSTATUS_SCSPECIFIC_COMPLETEDRIL_MSGDLVSTATUS_SCSPECIFIC_TRYINGRIL_MSGDLVSTATUS_SCSPECIFIC_ERRORRIL_MSGDLVSTATUS_SCSPECIFIC_TMPERRORRIL_MSGDLVSTATUS_MAX