RILSMSFORMAT - NtDoc

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

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

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

typedef enum _RILSMSFORMAT {
  RIL_SMSFORMAT_3GPP,
  RIL_SMSFORMAT_3GPP2,
  RIL_SMSFORMAT_MAX
} RILSMSFORMAT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

RILSMSFORMAT 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.

The RILSMSFORMAT enumeration has the following values.

Constants

RIL_SMSFORMAT_NONE

RIL_SMSFORMAT_3GPP

RIL_SMSFORMAT_3GPP2

RIL_SMSFORMAT_MAX

Syntax

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

};

See also

Cellular COM structures


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

RILSMSFORMAT enumeration (rilapitypes.h)

Description

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

Constants

RIL_SMSFORMAT_NONE

RIL_SMSFORMAT_3GPP

RIL_SMSFORMAT_3GPP2

RIL_SMSFORMAT_MAX

Syntax

typedef enum _RILSMSFORMAT {
  RIL_SMSFORMAT_3GPP,
  RIL_SMSFORMAT_3GPP2,
  RIL_SMSFORMAT_MAX
} RILSMSFORMAT;