WiFi Framework C++ Edition

◆ SetProfile()

int SetProfile ( const GUID &  IfaceId,
const wclWiFiProfileFlags Flags,
const tstring ProfileXml,
const bool  Overwrite 
)

The method sets the content of a specific profile.

Parameters
IfaceIdThe ID of the interface.
FlagsThe flags to set on the profile.
ProfileXmlContains the XML representation of the profile. The WLANProfile element is the root profile element.
OverwriteSpecifies whether this profile is overwriting an existing profile. If this parameter is False and the profile already exists, the existing profile will not be overwritten and an error will be returned.
Returns
If the function succeeds, the return value is wclCommon::WCL_E_SUCCESS. If the function fails, the return value may be one of the WCL return codes.

The SetProfile method can be used to add a new wireless LAN profile or replace an existing wireless LAN profile.

A new profile is added at the top of the list after the group policy profiles. A profile's position in the list is not changed if an existing profile is overwritten.

See also
wclWiFiProfileFlags