WLAN_INTERFACE_INFO_LIST (Compact 2013)
3/26/2014
This structure defines contains an array of network adapter interface information.
Syntax
typedef struct _WLAN_INTERFACE_INFO_LIST {
DWORD dwNumberOfItems;
DWORD dwIndex;
WLAN_INTERFACE_INFO InterfaceInfo[];
} WLAN_INTERFACE_INFO_LIST,
*PWLAN_INTERFACE_INFO_LIST;
Members
- dwNumberOfItems
Contains the number of items in the InterfaceInfo member
dwIndex
The index of the current item. The index of the first item is 0. dwIndex must be less than dwNumberOfItems.This member is not used by the wireless service. Applications can use this member when they process individual interfaces in the WLAN_INTERFACE_INFO_LIST structure. When an application passes this structure from one function to another, it can set the value of dwIndex to the index of the item that is currently being processed. This can help an application maintain state.
dwIndex should always be initialized before use.
- InterfaceInfo
An array of WLAN_INTERFACE_INFO structures that contains interface information
See Also
Reference
Native Wi-Fi Structures
WLAN_INTERFACE_INFO
WlanEnumInterfaces
Native Wi-Fi Reference