WLAN_PROFILE_INFO_LIST (Compact 7)

3/12/2014

This structure contains a list of profile information.

Syntax

typedef struct _WLAN_PROFILE_INFO_LIST {
  DWORD dwNumberOfItems;
  DWORD dwIndex;
  WLAN_PROFILE_INFO ProfileInfo[1];
} WLAN_PROFILE_INFO_LIST,
  *PWLAN_PROFILE_INFO_LIST;

Members

  • dwNumberOfItems
    Contains the number of items in the ProfileInfo 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 profiles in the WLAN_PROFILE_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.

  • ProfileInfo
    An array of WLAN_PROFILE_INFO structures that contains interface information

See Also

Reference

Native Wi-Fi Structures
WLAN_PROFILE_INFO
WlanGetProfileList
Native Wi-Fi Reference