WiFi Framework C++ Edition

◆ ShowUIEdit()

int ShowUIEdit ( const GUID &  IfaceId,
const tstring ProfileName,
const wclWiFiProfileEditPage  Page = epConnection 
)

Displays the wireless profile user interface (UI). This UI is used to view and edit advanced settings of a wireless network profile.

Parameters
IfaceIdThe ID of the interface.
ProfileNameContains the name of the profile to be viewed or edited. Profile names are case-sensitive. The supplied profile must be present on the interface. That means the profile must have been previously created and saved in the profile store and that the profile must be valid for the supplied interface.
PageA wclWiFiProfileEditPage value that specifies the active tab when the UI dialog box appears.
Returns
If the function succeeds, the return value is WCL_E_SUCCESS. If the function fails, the return value may be one of the WCL return codes.
See also
wclWiFiProfileEditPage