WLAN_COUNTRY_OR_REGION_STRING_LIST structure
Applies to: desktop apps only
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;
DOT11_COUNTRY_OR_REGION_STRING pCountryOrRegionStringList[1];
} 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].
Requirements
|
Minimum supported client | Windows Vista |
|---|---|
|
Minimum supported server | Windows Server 2008 |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 2/3/2012