Condividi tramite


struttura WLAN_COUNTRY_OR_REGION_STRING_LIST (wlanapi.h)

Una struttura WLAN_COUNTRY_OR_REGION_STRING_LIST contiene un elenco di stringhe di paese o area supportate.

Sintassi

typedef struct _WLAN_COUNTRY_OR_REGION_STRING_LIST {
  DWORD                          dwNumberOfItems;
#if ...
  DOT11_COUNTRY_OR_REGION_STRING *pCountryOrRegionStringList[];
#else
  DOT11_COUNTRY_OR_REGION_STRING pCountryOrRegionStringList[1];
#endif
} WLAN_COUNTRY_OR_REGION_STRING_LIST, *PWLAN_COUNTRY_OR_REGION_STRING_LIST;

Members

dwNumberOfItems

Indica il numero di stringhe di paese o area supportate.

pCountryOrRegionStringList[*]

Elenco di stringhe di paese o area supportate. In Windows un DOT11_COUNTRY_OR_REGION_STRING è di tipo char[3].

pCountryOrRegionStringList[1]

Elenco di stringhe di paese o area supportate. In Windows un DOT11_COUNTRY_OR_REGION_STRING è di tipo char[3].

Requisiti

   
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione wlanapi.h

Vedi anche

WlanQueryInterface