WLAN_COUNTRY_OR_REGION_STRING_LIST (Compact 2013)
3/26/2014
This structure contains a list of supported country/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/region strings
- pCountryOrRegionStringList
A list of supported country/region strings. In Windows, a DOT11_COUNTRY_OR_REGION_STRING is of type char[3].
See Also
Reference
Native Wi-Fi Structures
WlanQueryInterface
Native Wi-Fi Reference