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.
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.
- Config
Array of WZC_WLAN_CONFIG structures.
Requirements
| Header | wzcsapi.h |
| Windows Embedded CE | Windows CE .NET 4.2 and later |