MBN_SMS_CDMA_LANG enumeration (mbnapi.h)

Important

Starting in Windows 10, version 1803, the Win32 APIs described in this section are replaced by the Windows Runtime APIs in the Windows.Networking.Connectivity namespace.

The MBN_SMS_CDMA_LANG enumerated type represents the different languages that can be used in a CDMA message.

Syntax

typedef enum MBN_SMS_CDMA_LANG {
  MBN_SMS_CDMA_LANG_NONE = 0,
  MBN_SMS_CDMA_LANG_ENGLISH,
  MBN_SMS_CDMA_LANG_FRENCH,
  MBN_SMS_CDMA_LANG_SPANISH,
  MBN_SMS_CDMA_LANG_JAPANESE,
  MBN_SMS_CDMA_LANG_KOREAN,
  MBN_SMS_CDMA_LANG_CHINESE,
  MBN_SMS_CDMA_LANG_HEBREW
} ;

Constants

 
MBN_SMS_CDMA_LANG_NONE
Value: 0
None.
MBN_SMS_CDMA_LANG_ENGLISH
English.
MBN_SMS_CDMA_LANG_FRENCH
French.
MBN_SMS_CDMA_LANG_SPANISH
Spanish.
MBN_SMS_CDMA_LANG_JAPANESE
Japanese.
MBN_SMS_CDMA_LANG_KOREAN
Korean.
MBN_SMS_CDMA_LANG_CHINESE
Chinese.
MBN_SMS_CDMA_LANG_HEBREW
Hebrew.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server None supported
Header mbnapi.h