struttura WLAN_HOSTED_NETWORK_STATE_CHANGE (wlanapi.h)

La struttura WLAN_HOSTED_NETWORK_STATE_CHANGE contiene informazioni su una modifica dello stato di rete nella rete ospitata wireless.

Sintassi

typedef struct _WLAN_HOSTED_NETWORK_STATE_CHANGE {
  WLAN_HOSTED_NETWORK_STATE  OldState;
  WLAN_HOSTED_NETWORK_STATE  NewState;
  WLAN_HOSTED_NETWORK_REASON StateChangeReason;
} WLAN_HOSTED_NETWORK_STATE_CHANGE, *PWLAN_HOSTED_NETWORK_STATE_CHANGE;

Members

OldState

Stato della rete precedente nella rete ospitata wireless.

NewState

Stato della rete corrente nella rete ospitata wireless.

StateChangeReason

Motivo della modifica dello stato della rete.

Commenti

La struttura WLAN_HOSTED_NETWORK_STATE_CHANGE è un'estensione alle API wireless native aggiunte per supportare la rete ospitata wireless in Windows 7 e versioni successive.

Requisiti

   
Client minimo supportato Windows 7 [solo app desktop]
Server minimo supportato Windows Server 2008 R2 [solo app desktop]
Intestazione wlanapi.h (include Wlanapi.h)

Vedi anche

WLAN_HOSTED_NETWORK_REASON

WLAN_HOSTED_NETWORK_STATE

WLAN_NOTIFICATION_DATA

WlanRegisterNotification