RILSUBSCRIBERINFOSERVICE enumeration (ntddrilapitypes.h)

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.

Syntax

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

};

Constants

 
RIL_SERVICE_UNKNOWN
RIL_SERVICE_VOICE
RIL_SERVICE_FAX
RIL_SERVICE_OTHER
RIL_SERVICE_MAX

Requirements

Requirement Value
Header ntddrilapitypes.h (include Rilapitypes.h, Ntddrilapitypes.h)

See also

Cellular COM structures