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_NONEValue: 0 None. |
MBN_SMS_CDMA_LANG_ENGLISHEnglish. |
MBN_SMS_CDMA_LANG_FRENCHFrench. |
MBN_SMS_CDMA_LANG_SPANISHSpanish. |
MBN_SMS_CDMA_LANG_JAPANESEJapanese. |
MBN_SMS_CDMA_LANG_KOREANKorean. |
MBN_SMS_CDMA_LANG_CHINESEChinese. |
MBN_SMS_CDMA_LANG_HEBREWHebrew. |
Requirements
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | None supported |
| Header | mbnapi.h |