Share via


WZC_802_11_CONFIG_LIST (Windows Embedded CE 6.0)

1/6/2010

This structure stores a list of preferred wireless zero configurations.

Syntax

typedef struct
{
    ULONG           NumberOfItems;
    ULONG           Index;
    WZC_WLAN_CONFIG Config[1];
} WZC_802_11_CONFIG_LIST, *PWZC_802_11_CONFIG_LIST;

Members

  • NumberOfItems
    Number of items in the list of preferred wireless zero configurations.
  • Index
    Index of the array that stores the list.

Requirements

Header wzcsapi.h
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

Automatic Configuration Structures