WLAN_PROFILE_INFO (Compact 2013)
3/26/2014
This structure defines basic information of an 802.11 network profile.
Syntax
typedef struct _WLAN_PROFILE_INFO {
WCHAR strProfileName[WLAN_MAX_NAME_LENGTH];
DWORD dwFlags;
} WLAN_PROFILE_INFO,
*PWLAN_PROFILE_INFO;
Members
- strProfileName
The name of the profile. This value can be the name of a domain if the profile is for provisioning. Profile names are case-sensitive. This string must be NULL-terminated.
dwFlags
Contains this profile flag:Value
Meaning
WLAN_PROFILE_USER
The profile is a per-user profile. If not set, this profile is an all-user profile.
See Also
Reference
Native Wi-Fi Structures
WLAN_PROFILE_INFO_LIST
Native Wi-Fi Reference