énumération MBN_CELLULAR_CLASS (mbnapi.h)
Important
À compter de Windows 10, version 1803, les API Win32 décrites dans cette section sont remplacées par les API Windows Runtime dans l’espace de noms Windows.Networking.Connectivity.
Le type MBN_CELLULAR_CLASS énuméré définit le type d’appareil cellulaire.
Syntax
typedef enum MBN_CELLULAR_CLASS {
MBN_CELLULAR_CLASS_NONE = 0,
MBN_CELLULAR_CLASS_GSM = 0x1,
MBN_CELLULAR_CLASS_CDMA = 0x2
} ;
Constantes
MBN_CELLULAR_CLASS_NONE Valeur : 0 Pas de classe cellulaire. |
MBN_CELLULAR_CLASS_GSM Valeur : 0x1 Classe cellulaire GSM. |
MBN_CELLULAR_CLASS_CDMA Valeur : 0x2 Classe cellulaire CDMA. |
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 7 [applications de bureau | Applications UWP] |
Serveur minimal pris en charge | Aucun pris en charge |
En-tête | mbnapi.h |