// ntddrilapitypes.h
typedef enum RILIMSSIPREASON {
RIL_IMSSIPREASON_NONE,
RIL_IMSSIPREASON_NOT_AUTHORIZED_FOR_SERVICE,
RIL_IMSSIPREASON_SERVICE_NOT_ALLOWED_IN_THIS_LOCATION,
RIL_IMSSIPREASON_EMERGENCY_CALLS_OVER_WIFI_NOT_ALLOWED_IN_THIS_LOCATION,
RIL_IMSSIPREASON_MAX
} ;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef enum RILIMSSIPREASON {
RIL_IMSSIPREASON_NONE,
RIL_IMSSIPREASON_NOT_AUTHORIZED_FOR_SERVICE,
RIL_IMSSIPREASON_SERVICE_NOT_ALLOWED_IN_THIS_LOCATION,
RIL_IMSSIPREASON_EMERGENCY_CALLS_OVER_WIFI_NOT_ALLOWED_IN_THIS_LOCATION,
RIL_IMSSIPREASON_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_IMSSIPREASON_NONERIL_IMSSIPREASON_NOT_AUTHORIZED_FOR_SERVICERIL_IMSSIPREASON_MAXRIL_IMSSIPREASON_SERVICE_NOT_ALLOWED_IN_THIS_LOCATIONRIL_IMSSIPREASON_EMERGENCY_CALLS_OVER_WIFI_NOT_ALLOWED_IN_THIS_LOCATIONThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RIL_IMSSIPREASON_NONERIL_IMSSIPREASON_NOT_AUTHORIZED_FOR_SERVICERIL_IMSSIPREASON_MAXRIL_IMSSIPREASON_SERVICE_NOT_ALLOWED_IN_THIS_LOCATIONRIL_IMSSIPREASON_EMERGENCY_CALLS_OVER_WIFI_NOT_ALLOWED_IN_THIS_LOCATION