Skip to content

Latest commit

 

History

History
93 lines (69 loc) · 3.21 KB

ns-wlanapi-wlan_profile_info_list.md

File metadata and controls

93 lines (69 loc) · 3.21 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:wlanapi._WLAN_PROFILE_INFO_LIST
WLAN_PROFILE_INFO_LIST (wlanapi.h)
Contains a list of wireless profile information.
*PWLAN_PROFILE_INFO_LIST
PWLAN_PROFILE_INFO_LIST
PWLAN_PROFILE_INFO_LIST structure pointer [NativeWIFI]
WLAN_PROFILE_INFO_LIST
WLAN_PROFILE_INFO_LIST structure [NativeWIFI]
nwifi.wlan_profile_info_list
wlanapi/PWLAN_PROFILE_INFO_LIST
wlanapi/WLAN_PROFILE_INFO_LIST
nwifi\wlan_profile_info_list.htm
nwifi
d5a3d475-0ae0-4860-a433-dd916c586f50
12/05/2018
*PWLAN_PROFILE_INFO_LIST, PWLAN_PROFILE_INFO_LIST, PWLAN_PROFILE_INFO_LIST structure pointer [NativeWIFI], WLAN_PROFILE_INFO_LIST, WLAN_PROFILE_INFO_LIST structure [NativeWIFI], nwifi.wlan_profile_info_list, wlanapi/PWLAN_PROFILE_INFO_LIST, wlanapi/WLAN_PROFILE_INFO_LIST
wlanapi.h
Windows
Windows Vista, Windows XP with SP3 [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
WLAN_PROFILE_INFO_LIST, *PWLAN_PROFILE_INFO_LIST
Wireless LAN API for Windows XP with SP2
19H1
_WLAN_PROFILE_INFO_LIST
wlanapi/_WLAN_PROFILE_INFO_LIST
PWLAN_PROFILE_INFO_LIST
wlanapi/PWLAN_PROFILE_INFO_LIST
WLAN_PROFILE_INFO_LIST
wlanapi/WLAN_PROFILE_INFO_LIST
c++
APIRef
kbSyntax
HeaderDef
wlanapi.h
WLAN_PROFILE_INFO_LIST

WLAN_PROFILE_INFO_LIST structure

-description

The WLAN_PROFILE_INFO_LIST structure contains a list of wireless profile information.

-struct-fields

-field dwNumberOfItems

The number of wireless profile entries in the ProfileInfo member.

-field dwIndex

The index of the current item. The index of the first item is 0. The dwIndex member must be less than the dwNumberOfItems member.

This member is not used by the wireless service. Applications can use this member when processing 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 currently being processed. This can help an application maintain state.

dwIndex should always be initialized before use.

-field ProfileInfo.unique

-field ProfileInfo.size_is

-field ProfileInfo.size_is.dwNumberOfItems

-field ProfileInfo

An array of WLAN_PROFILE_INFO structures containing interface information. The number of items in the array is specified in the dwNumberOfItems member.

-see-also

WLAN_PROFILE_INFO

WlanGetProfile

WlanGetProfileList