RILSMSFORMAT 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.
 
The RILSMSFORMAT enumeration has the following values.

Syntax

enum RILSMSFORMAT  {
  RIL_SMSFORMAT_NONE   = 0,
  RIL_SMSFORMAT_3GPP   = 0x1,
  RIL_SMSFORMAT_3GPP2  = 0x2,
  RIL_SMSFORMAT_MAX    = RIL_SMSFORMAT_3GPP2

};

Constants

 
RIL_SMSFORMAT_NONE
RIL_SMSFORMAT_3GPP
RIL_SMSFORMAT_3GPP2
RIL_SMSFORMAT_MAX

Requirements

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

See also

Cellular COM structures