TwclWiFiProfilesManager.ShowUIEdit(TGUID,string,TwclWiFiProfileEditPage) Method

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

Namespace: wclWiFi
public
 function ShowUIEdit(const IfaceId: TGUID; const ProfileName: string;
 const Page: TwclWiFiProfileEditPage = epConnection): Integer;

Parameters

IfaceId
Type: TGUID

The ID of the interface.

ProfileName
Type: string

Contains 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.

Page
Type: TwclWiFiProfileEditPage

A TwclWiFiProfileEditPage value that specifies the active tab when the UI dialog box appears.

Return Value

Type: Integer

If the function succeeds, the return value is wclErrors.WCL_E_SUCCESS. If the function fails, the return value may be one of the WCL return codes.