RILIMSSIPREASON - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

RILIMSSIPREASON enumeration (ntddrilapitypes.h)

Description

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

Constants

RIL_IMSSIPREASON_NONE

RIL_IMSSIPREASON_NOT_AUTHORIZED_FOR_SERVICE

RIL_IMSSIPREASON_MAX

RIL_IMSSIPREASON_SERVICE_NOT_ALLOWED_IN_THIS_LOCATION

RIL_IMSSIPREASON_EMERGENCY_CALLS_OVER_WIFI_NOT_ALLOWED_IN_THIS_LOCATION


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

RILIMSSIPREASON enumeration (rilapitypes.h)

Description

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

Constants

RIL_IMSSIPREASON_NONE

RIL_IMSSIPREASON_NOT_AUTHORIZED_FOR_SERVICE

RIL_IMSSIPREASON_MAX

RIL_IMSSIPREASON_SERVICE_NOT_ALLOWED_IN_THIS_LOCATION

RIL_IMSSIPREASON_EMERGENCY_CALLS_OVER_WIFI_NOT_ALLOWED_IN_THIS_LOCATION