Share via


WZC_802_11_CONFIG_LIST (Windows CE 5.0)

Send Feedback

This structure stores a list of preferred wireless zero configurations.

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.
  • Config
    Array of WZC_WLAN_CONFIG structures.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Wzcsapi.h.

See Also

Automatic Configuration Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.