WiFi Framework C++ Edition

◆ RenameProfile()

int RenameProfile ( const GUID &  IfaceId,
const tstring OldName,
const tstring NewName 
)

Renames the specified profile.

Parameters
IfaceIdThe ID of the interface.
OldNameThe profile name to be changed.
NewNameThe new name of the profile.
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.