Partager via


structure WLAN_INTERFACE_INFO (wlanapi.h)

La structure WLAN_INTERFACE_INFO contient des informations sur une interface LAN sans fil.

Syntaxe

typedef struct _WLAN_INTERFACE_INFO {
  GUID                 InterfaceGuid;
  WCHAR                strInterfaceDescription[WLAN_MAX_NAME_LENGTH];
  WLAN_INTERFACE_STATE isState;
} WLAN_INTERFACE_INFO, *PWLAN_INTERFACE_INFO;

Membres

InterfaceGuid

Contient le GUID de l’interface.

strInterfaceDescription[WLAN_MAX_NAME_LENGTH]

Contient la description de l’interface.

isState

Contient une valeur WLAN_INTERFACE_STATE qui indique l’état actuel de l’interface.

Windows XP avec SP3 et API LAN sans fil pour Windows XP avec SP2 : Seules les valeurs wlan_interface_state_connected, wlan_interface_state_disconnected et wlan_interface_state_authenticating sont prises en charge.

Spécifications

   
Client minimal pris en charge Windows Vista, Windows XP avec SP3 [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2008 [applications de bureau uniquement]
En-tête wlanapi.h
Composant redistribuable API LAN sans fil pour Windows XP avec SP2

Voir aussi

WLAN_INTERFACE_INFO_LIST