RILSUBSCRIBERINFOSERVICE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddrilapitypes.h

enum RILSUBSCRIBERINFOSERVICE {
  RIL_SERVICE_UNKNOWN  = 0x01,
  RIL_SERVICE_VOICE    = 0x02,
  RIL_SERVICE_FAX      = 0x03,
  RIL_SERVICE_OTHER    = 0x04

};
View the official Windows Driver Kit DDI reference
// rilapitypes.h

typedef enum _RILSUBSCRIBERINFOSERVICE {
  RIL_SERVICE_VOICE,
  RIL_SERVICE_FAX,
  RIL_SERVICE_OTHER,
  RIL_SERVICE_MAX
} RILSUBSCRIBERINFOSERVICE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

RILSUBSCRIBERINFOSERVICE enumeration (ntddrilapitypes.h)

Description

Warning The Cellular COM API is deprecated in Windows 10. This content is provided to support maintenance of OEM and mobile operator created Windows Phone 8.1 applications.

This enumeration describes the RILSUBSCRIBERINFOSERVICE.

Constants

RIL_SERVICE_UNKNOWN

RIL_SERVICE_VOICE

RIL_SERVICE_FAX

RIL_SERVICE_OTHER

RIL_SERVICE_MAX

Syntax

enum RILSUBSCRIBERINFOSERVICE {
  RIL_SERVICE_UNKNOWN  = 0x01,
  RIL_SERVICE_VOICE    = 0x02,
  RIL_SERVICE_FAX      = 0x03,
  RIL_SERVICE_OTHER    = 0x04

};

See also

Cellular COM structures


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

RILSUBSCRIBERINFOSERVICE enumeration (rilapitypes.h)

Description

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

Constants

RIL_SERVICE_UNKNOWN

RIL_SERVICE_VOICE

RIL_SERVICE_FAX

RIL_SERVICE_OTHER

RIL_SERVICE_MAX

Syntax

typedef enum _RILSUBSCRIBERINFOSERVICE {
  RIL_SERVICE_VOICE,
  RIL_SERVICE_FAX,
  RIL_SERVICE_OTHER,
  RIL_SERVICE_MAX
} RILSUBSCRIBERINFOSERVICE;