TwclWiFiEvents.DoAcmProfileNameChange(TGUID,string,string) Method

Fires then OnAcmProfileNameChange event.

Namespace: wclWiFi
protected
 procedure DoAcmProfileNameChange(const IfaceId: TGUID;
 const OldName: string; const NewName: string); virtual;

Parameters

IfaceId
Type: TGUID

The interface's ID on which the event is for.

OldName
Type: string

The old profile name.

NewName
Type: string

The new profile name.