struttura WLAN_INTERFACE_INFO (wlanapi.h)
La struttura WLAN_INTERFACE_INFO contiene informazioni su un'interfaccia LAN wireless.
Sintassi
typedef struct _WLAN_INTERFACE_INFO {
GUID InterfaceGuid;
WCHAR strInterfaceDescription[WLAN_MAX_NAME_LENGTH];
WLAN_INTERFACE_STATE isState;
} WLAN_INTERFACE_INFO, *PWLAN_INTERFACE_INFO;
Members
InterfaceGuid
Contiene il GUID dell'interfaccia.
strInterfaceDescription[WLAN_MAX_NAME_LENGTH]
Contiene la descrizione dell'interfaccia.
isState
Contiene un valore WLAN_INTERFACE_STATE che indica lo stato corrente dell'interfaccia.
Windows XP con SP3 e API LAN wireless per Windows XP con SP2: Sono supportati solo i valori wlan_interface_state_connected, wlan_interface_state_disconnected e wlan_interface_state_authenticating .
Requisiti
Client minimo supportato | Windows Vista, Windows XP con SP3 [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | wlanapi.h |
Componente ridistribuibile | API LAN wireless per Windows XP con SP2 |