Share via


énumération WLAN_HOSTED_NETWORK_STATE (wlanapi.h)

Le type WLAN_HOSTED_NETWORK_STATE énuméré spécifie les valeurs possibles pour l’état du réseau hébergé sans fil.

Syntax

typedef enum _WLAN_HOSTED_NETWORK_STATE {
  wlan_hosted_network_unavailable,
  wlan_hosted_network_idle,
  wlan_hosted_network_active
} WLAN_HOSTED_NETWORK_STATE, *PWLAN_HOSTED_NETWORK_STATE;

Constantes

 
wlan_hosted_network_unavailable
Le réseau hébergé sans fil n’est pas disponible.
wlan_hosted_network_idle
Le réseau hébergé sans fil est inactif.
wlan_hosted_network_active
Le réseau hébergé sans fil est actif.

Remarques

Le type WLAN_HOSTED_NETWORK_STATE énuméré est une extension aux API sans fil natives ajoutées pour prendre en charge le réseau hébergé sans fil sur Windows 7 et versions ultérieures.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 7 [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2008 R2 [applications de bureau uniquement]
En-tête wlanapi.h (incluez Wlanapi.h)

Voir aussi

WLAN_HOSTED_NETWORK_STATE_CHANGE

WLAN_HOSTED_NETWORK_STATUS