Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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