WLAN_COUNTRY_OR_REGION_STRING_LIST structure (wlanapi.h)

A WLAN_COUNTRY_OR_REGION_STRING_LIST structure contains a list of supported country or region strings.

Syntax

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

Indicates the number of supported country or region strings.

pCountryOrRegionStringList[*]

A list of supported country or region strings. In Windows, a DOT11_COUNTRY_OR_REGION_STRING is of type char[3].

pCountryOrRegionStringList[1]

A list of supported country or region strings. In Windows, a DOT11_COUNTRY_OR_REGION_STRING is of type char[3].

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header wlanapi.h

See also

WlanQueryInterface