énumération WCM_CONNECTION_COST (wcmapi.h)
Le WCM_CONNECTION_COST type énuméré détermine le type de coût de connexion et les indicateurs.
Syntax
typedef enum _WCM_CONNECTION_COST {
WCM_CONNECTION_COST_UNKNOWN = 0x0,
WCM_CONNECTION_COST_UNRESTRICTED = 0x1,
WCM_CONNECTION_COST_FIXED = 0x2,
WCM_CONNECTION_COST_VARIABLE = 0x4,
WCM_CONNECTION_COST_OVERDATALIMIT = 0x10000,
WCM_CONNECTION_COST_CONGESTED = 0x20000,
WCM_CONNECTION_COST_ROAMING = 0x40000,
WCM_CONNECTION_COST_APPROACHINGDATALIMIT = 0x80000
} WCM_CONNECTION_COST, *PWCM_CONNECTION_COST;
Constantes
WCM_CONNECTION_COST_UNKNOWN Valeur : 0x0 Les informations sur le coût de connexion ne sont pas disponibles. |
WCM_CONNECTION_COST_UNRESTRICTED Valeur : 0x1 La connexion est illimitée et a des contraintes d’utilisation illimitées. |
WCM_CONNECTION_COST_FIXED Valeur : 0x2 L’utilisation est comptabilisée dans une allocation fixe de données pour laquelle l’utilisateur a déjà payé (ou accepté de payer). |
WCM_CONNECTION_COST_VARIABLE Valeur : 0x4 Le coût de connexion est par octet. |
WCM_CONNECTION_COST_OVERDATALIMIT Valeur : 0x10000 La connexion a dépassé sa limite de données. |
WCM_CONNECTION_COST_CONGESTED Valeur : 0x20000 La connexion est limitée en raison d’un trafic élevé. |
WCM_CONNECTION_COST_ROAMING Valeur : 0x40000 La connexion se trouve en dehors du réseau domestique. Note La valeur WCM_CONNECTION_COST_ROAMING provient directement de la source de connexion. Les tentatives de définition directe échouent. |
WCM_CONNECTION_COST_APPROACHINGDATALIMIT Valeur : 0x80000 La connexion approche de sa limite de données. |
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 8 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2012 [applications de bureau uniquement] |
En-tête | wcmapi.h |