Partially it works, or maybe it works different than the help suggest.
The ExampleSA is using it quiet a lot e.g the top 5 alarms pop up uses it : Headerbar_ShowTopFiveAlarmPopup.
And if in the ExampleSA you issue e.g WinGetName(3) from the kernel, you get values and you can also alter them using WinSetName("Test",3) (probably breaking some SA functionality) which return "1" on successful execution and "0" if the value set is the same as the current value. However consecutive calls on WinSetname do not seem to change it; odd.
Maybe to understand why you need it; what do you want to use this function for?
Partially it works, or maybe it works different than the help suggest.
The ExampleSA is using it quiet a lot e.g the top 5 alarms pop up uses it : Headerbar_ShowTopFiveAlarmPopup.
And if in the ExampleSA you issue e.g WinGetName(3) from the kernel, you get values and you can also alter them using WinSetName("Test",3) (probably breaking some SA functionality) which return "1" on successful execution and "0" if the value set is the same as the current value. However consecutive calls on WinSetname do not seem to change it; odd.
Maybe to understand why you need it; what do you want to use this function for?