WiFi Framework C++ Edition

◆ OnAcmProfileNameChange()

__event void OnAcmProfileNameChange ( void *  Sender,
const GUID &  IfaceId,
const tstring OldName,
const tstring NewName 
)

The event fires when a profile name has changed, either through group policy or by calls to Native Wi-Fi functions.

Parameters
SenderThe object initiates the event.
IfaceIdThe interface's ID on which the event is for.
OldNameThe old profile name.
NewNameThe new profile name.