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

See Also

Reference

Native Wi-Fi Structures
WlanQueryInterface
Native Wi-Fi Reference

Other Resources

DOT11_COUNTRY_OR_REGION_STRING