// ntddrilapitypes.h
typedef enum RILMSGACKSTATUS {
RIL_MSGACKSTATUS_STORED,
RIL_MSGACKSTATUS_FAIL_MEM_FULL,
RIL_MSGACKSTATUS_ERROR,
RIL_MSGACKSTATUS_MAX
} ;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef enum RILMSGACKSTATUS {
RIL_MSGACKSTATUS_STORED,
RIL_MSGACKSTATUS_FAIL_MEM_FULL,
RIL_MSGACKSTATUS_ERROR,
RIL_MSGACKSTATUS_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_MSGACKSTATUS_STOREDRIL_MSGACKSTATUS_FAIL_MEM_FULLRIL_MSGACKSTATUS_ERRORRIL_MSGACKSTATUS_MAXThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RIL_MSGACKSTATUS_STOREDRIL_MSGACKSTATUS_FAIL_MEM_FULLRIL_MSGACKSTATUS_ERRORRIL_MSGACKSTATUS_MAX